diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-10 10:11:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-10 10:11:45 +0200 |
commit | 23742053f5ee70cd394c33f28f3e6547e9e8e31d (patch) | |
tree | 0ce952aeda0f616e7a79701b514ba7a07cbd2bd6 /sys/man/4 | |
parent | b241dd11596ac16cb21ba1ffc24abd7a46153a09 (diff) |
mount, srv: add -N flag to skip authentication and attach anonymously as "none"
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/srv | 5 |
1 files changed, 3 insertions, 2 deletions
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 |