From nobody@FreeBSD.org  Wed Dec 24 12:35:11 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0FBD3106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Dec 2008 12:35:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F384C8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Dec 2008 12:35:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBOCZANu056924
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Dec 2008 12:35:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBOCZANF056923;
	Wed, 24 Dec 2008 12:35:10 GMT
	(envelope-from nobody)
Message-Id: <200812241235.mBOCZANF056923@www.freebsd.org>
Date: Wed, 24 Dec 2008 12:35:10 GMT
From: TOGAWA Satoshi <toga@puyo.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mount(8) -o option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129907
>Category:       docs
>Synopsis:       mount(8) -o option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 24 12:40:03 UTC 2008
>Closed-Date:    Wed Dec 24 18:39:35 UTC 2008
>Last-Modified:  Wed Dec 24 18:39:35 UTC 2008
>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:

From: TOGAWA Satoshi <toga@puyo.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-doc@FreeBSD.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/129907: mount(8) -o option
Date: Wed, 24 Dec 2008 22:03:20 +0900

 Oh, I mistake. Please close this PR and ingore it.
 
 On Wed, 24 Dec 2008 12:40:03 GMT
 FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `docs/129907'.
 > The individual assigned to look at your
 > report is: freebsd-doc. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=129907
 > 
 > >Category:       docs
 > >Responsible:    freebsd-doc
 > >Synopsis:       mount(8) -o option
 > >Arrival-Date:   Wed Dec 24 12:40:03 UTC 2008
 > 
 > 
 
 
 -- 
 toga@puyo.org $B8M@nAo;N(B
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Dec 24 18:39:21 UTC 2008 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129907 
>Unformatted:
