Some man pages.
This commit is contained in:
parent
2600337aa7
commit
058b0118a5
214 changed files with 17112 additions and 1999 deletions
22
man/man3/getns.3
Normal file
22
man/man3/getns.3
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.TH GETNS 3
|
||||
.SH NAME
|
||||
getns \- get path to name space directory
|
||||
.SH SYNOPSIS
|
||||
.B #include <u.h>
|
||||
.br
|
||||
.B #include <libc.h>
|
||||
.PP
|
||||
.B
|
||||
char* getns(void)
|
||||
.SH DESCRIPTION
|
||||
.I Getns
|
||||
returns a pointer to a malloced string that contains the
|
||||
path to the name space directory for the current process.
|
||||
The name space directory is a clumsy substitute
|
||||
for Plan 9's per-process name spaces; see
|
||||
.IR intro (4)
|
||||
for details.
|
||||
.SH SOURCE
|
||||
.B /usr/local/plan9/src/lib9/getns.c
|
||||
.SH SEE ALSO
|
||||
.IR intro (4)
|
||||
Loading…
Add table
Add a link
Reference in a new issue