Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2008 12:35:10 GMT
From:      TOGAWA Satoshi <toga@puyo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/129907: mount(8) -o option
Message-ID:  <200812241235.mBOCZANF056923@www.freebsd.org>
Resent-Message-ID: <200812241240.mBOCe3Xu042094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129907
>Category:       docs
>Synopsis:       mount(8) -o option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 24 12:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     TOGAWA Satoshi
>Release:        7-STABLE
>Organization:
>Environment:
FreeBSD nayuki.vegalta.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #14: Tue Dec 23 09:48:56 JST 2008     togawa@nayuki.vegalta.org:/usr/obj/usr/src/sys/NAYUKI  i386

>Description:
Man page of mount(8) contains this line.
----
For example, the mount command:
    mount -t unionfs -o -b /sys $HOME/sys
causes mount to execute the equivalent of:
    /sbin/mount_unionfs -b /sys $HOME/sys
----
The 1st command line must be this.
----
    mount -t unionfs -o -b=/sys $HOME/sys
----
>How-To-Repeat:
man mount
>Fix:
Index: sbin/mount/mount.8
===================================================================
RCS file: /cvsroot/FreeBSD/src/sbin/mount/mount.8,v
retrieving revision 1.82.2.4
diff -u -r1.82.2.4 mount.8
--- sbin/mount/mount.8  6 Jun 2008 12:28:33 -0000       1.82.2.4
+++ sbin/mount/mount.8  24 Dec 2008 12:34:32 -0000
@@ -335,7 +335,7 @@
 .Nm
 command:
 .Bd -literal -offset indent
-mount -t unionfs -o -b /sys $HOME/sys
+mount -t unionfs -o -b=/sys $HOME/sys
 .Ed
 .Pp
 causes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812241235.mBOCZANF056923>