View | Details | Raw Unified | Return to bug 157389
Collapse All | Expand All

(-)/usr/src/sbin/mount/mount.8 (-1 / +10 lines)
Lines 348-354 Link Here
348
distinguished by a leading
348
distinguished by a leading
349
.Dq \&-
349
.Dq \&-
350
(dash).
350
(dash).
351
Options that take a value are specified using the syntax -option=value.
352
For example, the
351
For example, the
353
.Nm
352
.Nm
354
command:
353
command:
Lines 363-368 Link Here
363
/sbin/mount_cd9660 -e /dev/cd0 /cdrom
362
/sbin/mount_cd9660 -e /dev/cd0 /cdrom
364
.Ed
363
.Ed
365
.Pp
364
.Pp
365
Options that take a value are specified using the -option=value syntax:
366
.Bd -literal -offset indent
367
mount -t msdosfs -o -u=fred,-g=wheel /dev/da0s1 /mnt
368
.Ed
369
.Pp
370
is equivalent to
371
.Bd -literal -offset indent
372
/sbin/mount_msdosfs -u fred -g wheel /dev/da0s1 /mnt
373
.Ed
374
.Pp
366
Additional options specific to file system types
375
Additional options specific to file system types
367
which are not internally known
376
which are not internally known
368
(see the description of the
377
(see the description of the

Return to bug 157389