diff options
author | blackend <blackend@FreeBSD.org> | 2005-10-03 17:24:51 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2005-10-03 17:24:51 +0000 |
commit | c60b30d9e0f1000818e2fabda9ba0f7c0f3bfb56 (patch) | |
tree | fcfcb856d977a94710c6d4995a2cf35321f1c2a6 /sbin/mount_cd9660 | |
parent | 5fe9e494761a63a329450c9a097541da2d20bdf9 (diff) | |
download | FreeBSD-src-c60b30d9e0f1000818e2fabda9ba0f7c0f3bfb56.zip FreeBSD-src-c60b30d9e0f1000818e2fabda9ba0f7c0f3bfb56.tar.gz |
- s/cd0c/cd0
- Bump revision date to match many content changes since last revision
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index a2de093..2d293e2 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -32,7 +32,7 @@ .\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 .\" $FreeBSD$ .\" -.Dd September 26, 2003 +.Dd October 03, 2005 .Dt MOUNT_CD9660 8 .Os .Sh NAME @@ -133,7 +133,7 @@ Be verbose about the starting sector decisions made. .Sh EXAMPLES The following command can be used to mount a Kodak Photo-CD: .Pp -.Dl "mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom" +.Dl "mount_cd9660 -o rw -v -s 0 /dev/cd0 /cdrom" .Sh SEE ALSO .Xr cdcontrol 1 , .Xr mount 2 , |