From 23742053f5ee70cd394c33f28f3e6547e9e8e31d Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 10 Aug 2015 10:11:45 +0200 Subject: mount, srv: add -N flag to skip authentication and attach anonymously as "none" --- sys/man/1/bind | 7 ++++++- sys/man/4/srv | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'sys/man') 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 -- cgit v1.2.3