Bug 129907 - mount(8) -o option
Summary: mount(8) -o option
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-24 12:40 UTC by TOGAWA Satoshi
Modified: 2008-12-24 18:39 UTC (History)
0 users

See Also:


Attachments
file.diff (477 bytes, patch)
2008-12-24 12:40 UTC, TOGAWA Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.