Module Name:    src
Committed By:   ozaki-r
Date:           Fri May 17 07:50:09 UTC 2019

Modified Files:
        src/usr.sbin/puffs/mount_9p: mount_9p.8

Log Message:
Document the -s option


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/mount_9p/mount_9p.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/puffs/mount_9p/mount_9p.8
diff -u src/usr.sbin/puffs/mount_9p/mount_9p.8:1.4 src/usr.sbin/puffs/mount_9p/mount_9p.8:1.5
--- src/usr.sbin/puffs/mount_9p/mount_9p.8:1.4	Sun Dec  2 21:03:32 2007
+++ src/usr.sbin/puffs/mount_9p/mount_9p.8	Fri May 17 07:50:09 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount_9p.8,v 1.4 2007/12/02 21:03:32 wiz Exp $
+.\"	$NetBSD: mount_9p.8,v 1.5 2019/05/17 07:50:09 ozaki-r Exp $
 .\"
 .\" Copyright (c) 2007 Antti Kantee.  All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 8, 2007
+.Dd May 15, 2019
 .Dt MOUNT_9P 8
 .Os
 .Sh NAME
@@ -51,6 +51,16 @@ If
 is supplied, it is used as the mount rootpath on the remote host.
 .Ar path
 must be an absolute path.
+.Pp
+By default
+.Nm
+runs in the background with
+.Xr daemon 3 .
+With the
+.Fl s
+option
+.Nm
+runs in the forground.
 .Sh SEE ALSO
 .Xr puffs 3 ,
 .Xr puffs 4 ,

Reply via email to