Bug 129907

Summary: mount(8) -o option
Product: Documentation Reporter: TOGAWA Satoshi <toga>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description TOGAWA Satoshi 2008-12-24 12:40:03 UTC
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
Comment 1 TOGAWA Satoshi 2008-12-24 13:03:20 UTC
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
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2008-12-24 18:39:21 UTC
State Changed
From-To: open->closed

Closed at submitter's request.