FreeBSD Bugzilla – Attachment 115607 Details for
Bug 157389
[patch] mount.8: add example of option values for other mount programs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 770 bytes, created by
Warren Block
on 2011-05-29 01:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Warren Block
Created:
2011-05-29 01:30:11 UTC
Size:
770 bytes
patch
obsolete
>--- /usr/src/sbin/mount/mount.8.orig 2011-05-28 18:11:16.000000000 -0600 >+++ /usr/src/sbin/mount/mount.8 2011-05-28 18:20:13.000000000 -0600 >@@ -348,7 +348,6 @@ > distinguished by a leading > .Dq \&- > (dash). >-Options that take a value are specified using the syntax -option=value. > For example, the > .Nm > command: >@@ -363,6 +362,16 @@ > /sbin/mount_cd9660 -e /dev/cd0 /cdrom > .Ed > .Pp >+Options that take a value are specified using the -option=value syntax: >+.Bd -literal -offset indent >+mount -t msdosfs -o -u=fred,-g=wheel /dev/da0s1 /mnt >+.Ed >+.Pp >+is equivalent to >+.Bd -literal -offset indent >+/sbin/mount_msdosfs -u fred -g wheel /dev/da0s1 /mnt >+.Ed >+.Pp > Additional options specific to file system types > which are not internally known > (see the description of the
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157389
: 115607