diff options
author | Russ Cox <rsc@swtch.com> | 2008-06-14 14:06:16 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-06-14 14:06:16 -0400 |
commit | 233feb69cf7434f907fbcb9cf5b47f2e76b67fee (patch) | |
tree | 871c9fedc0569bc1f5e4a55b5c2fa418babc3507 | |
parent | 70c9f86c100042ce308bc53e63c72f36be5e7f86 (diff) | |
download | plan9port-233feb69cf7434f907fbcb9cf5b47f2e76b67fee.tar.gz plan9port-233feb69cf7434f907fbcb9cf5b47f2e76b67fee.tar.bz2 plan9port-233feb69cf7434f907fbcb9cf5b47f2e76b67fee.zip |
post9pservice(4): update
-rw-r--r-- | man/man3/post9pservice.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/man3/post9pservice.3 b/man/man3/post9pservice.3 index 9ea69451..c3b69d71 100644 --- a/man/man3/post9pservice.3 +++ b/man/man3/post9pservice.3 @@ -7,7 +7,7 @@ post9pservice \- post 9P service for use by clients .B #include <libc.h> .PP .B -int post9pservice(int fd, char *name) +int post9pservice(int fd, char *name, char *mtpt) .SH DESCRIPTION .I Post9pservice invokes @@ -22,8 +22,18 @@ Clients connecting to the posted service are multiplexed onto a single 9P conversation with the server on file descriptor .IR fd . +.PP +If +.I mtpt +is non-nil, +.I post9pservice +mounts the service on +.IR mtpt , +using +.IR 9pfuse (4). .SH "SEE ALSO .IR intro (4), +.IR 9pfuse (4), .IR 9pserve (4) .SH SOURCE .B \*9/src/lib9/post9p.c |