aboutsummaryrefslogtreecommitdiff
path: root/man/man4/9pserve.4
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2007-10-12 12:55:19 -0400
committerRuss Cox <rsc@swtch.com>2007-10-12 12:55:19 -0400
commit9b25329723e3284db7b060bbb301a139b8f2ace1 (patch)
tree1882a59f3df0a01bf3d60bb18e2142b7d7368b34 /man/man4/9pserve.4
parent4ff69507837bb2501cba25dfa219c252333cc185 (diff)
downloadplan9port-9b25329723e3284db7b060bbb301a139b8f2ace1.tar.gz
plan9port-9b25329723e3284db7b060bbb301a139b8f2ace1.tar.bz2
plan9port-9b25329723e3284db7b060bbb301a139b8f2ace1.zip
9pserve: add -n flag to reject auth by clients
Diffstat (limited to 'man/man4/9pserve.4')
-rw-r--r--man/man4/9pserve.47
1 files changed, 6 insertions, 1 deletions
diff --git a/man/man4/9pserve.4 b/man/man4/9pserve.4
index 9e319e60..388f24b6 100644
--- a/man/man4/9pserve.4
+++ b/man/man4/9pserve.4
@@ -4,7 +4,7 @@
.SH SYNOPSIS
.B 9pserve
[
-.B -lv
+.B -lnv
]
[
.B -A
@@ -55,6 +55,11 @@ The options are:
logging; write a debugging log to
.IB addr .log \fR.
.TP
+.B -n
+no authentication; respond to Tauth
+messages with an error (see
+.IR attach (9P)).
+.TP
.B -v
verbose; more verbose when repeated
.TP