docs/129907: mount(8) -o option

TOGAWA Satoshi toga at puyo.org
Wed Dec 24 12:40:03 UTC 2008


>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 at 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:



More information about the freebsd-doc mailing list