From 8e3cf42a46cb29b9e7655661af39b8706599e67d Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Wed, 12 Mar 2008 02:09:22 +0000 Subject: - Update with a better example which shows that options specific to a file system may be passed using -o. Approved by: remko, rodrigc --- sbin/mount/mount.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/mount') diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 9af8597..86b5145 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -28,7 +28,7 @@ .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 .\" $FreeBSD$ .\" -.Dd March 10, 2008 +.Dd March 11, 2008 .Dt MOUNT 8 .Os .Sh NAME @@ -335,14 +335,14 @@ For example, the .Nm command: .Bd -literal -offset indent -mount -t unionfs -o below /sys $HOME/sys +mount -t cd9660 -o -e /dev/cd0 /cdrom .Ed .Pp causes .Nm to execute the equivalent of: .Bd -literal -offset indent -/sbin/mount_unionfs -o below /sys $HOME/sys +/sbin/mount_cd9660 -e /dev/cd0 /cdrom .Ed .Pp Additional options specific to file system types -- cgit v1.1