diff options
author | Russ Cox <rsc@swtch.com> | 2008-06-11 06:40:54 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-06-11 06:40:54 -0700 |
commit | ef6606c7a7f22ae6cca150c6433748102640e130 (patch) | |
tree | b661145f4737bec71f15e0869043fbe288add856 /man/man4/9pserve.4 | |
parent | e082105c33333969c3b3e29349801b5d9abf6932 (diff) | |
download | plan9port-ef6606c7a7f22ae6cca150c6433748102640e130.tar.gz plan9port-ef6606c7a7f22ae6cca150c6433748102640e130.tar.bz2 plan9port-ef6606c7a7f22ae6cca150c6433748102640e130.zip |
9pserve: add -c option
Diffstat (limited to 'man/man4/9pserve.4')
-rw-r--r-- | man/man4/9pserve.4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/man4/9pserve.4 b/man/man4/9pserve.4 index 388f24b6..cd34d931 100644 --- a/man/man4/9pserve.4 +++ b/man/man4/9pserve.4 @@ -12,6 +12,10 @@ .I afid ] [ +.B -c +.I addr +] +[ .B -M .I msize ] @@ -73,6 +77,11 @@ used to implement .B -a option .TP +.B -c +multiplex clients onto a single connection to +.IR addr , +instead of standard input and output +.TP .B -M do not initialize the connection with a .B Tversion |