summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-10 10:11:45 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-10 10:11:45 +0200
commit23742053f5ee70cd394c33f28f3e6547e9e8e31d (patch)
tree0ce952aeda0f616e7a79701b514ba7a07cbd2bd6 /sys/man
parentb241dd11596ac16cb21ba1ffc24abd7a46153a09 (diff)
mount, srv: add -N flag to skip authentication and attach anonymously as "none"
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/bind7
-rw-r--r--sys/man/4/srv5
2 files changed, 9 insertions, 3 deletions
diff --git a/sys/man/1/bind b/sys/man/1/bind
index 7994f7192..e4816c41e 100644
--- a/sys/man/1/bind
+++ b/sys/man/1/bind
@@ -144,7 +144,7 @@ operation fails.
.PD
.PP
.I Mount
-takes two additional options.
+takes three additional options.
The first,
.B -k
.IR keypattern ,
@@ -156,6 +156,11 @@ The second,
causes
.I mount
to skip authentication entirely.
+The third,
+.BR -N ,
+skips authentication and specifies
+.B none
+as the username to the fileserver.
.PP
The
.I spec
diff --git a/sys/man/4/srv b/sys/man/4/srv
index 6770de13e..9c83e26cd 100644
--- a/sys/man/4/srv
+++ b/sys/man/4/srv
@@ -4,7 +4,7 @@ srv, srvold9p, 9fs, srvssh \- start network file service
.SH SYNOPSIS
.B srv
[
-.B -abcCemnq
+.B -abcCemnNq
] [
.B -s
.I seconds
@@ -114,7 +114,8 @@ The
.BR c ,
.BR C ,
and
-.B n
+.BR n ,
+.B N
options are used to control the mount flags as in
.I mount
(see