diff options
author | chris <chris@FreeBSD.org> | 1999-08-16 20:56:31 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-16 20:56:31 +0000 |
commit | 94e90769b60811591c1030d79ec8cd136f29a90d (patch) | |
tree | 6b1fe04321991563d04f17a175917b1e44edcad3 /sbin/mount_cd9660 | |
parent | 8d3a26ca223ad591440ece6705d09792a362162d (diff) | |
download | FreeBSD-src-94e90769b60811591c1030d79ec8cd136f29a90d.zip FreeBSD-src-94e90769b60811591c1030d79ec8cd136f29a90d.tar.gz |
Fix some bad references.
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 9edad8a..beeb375 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 -.\" $Id$ +.\" $Id: mount_cd9660.8,v 1.9 1999/07/12 20:04:58 nik Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_CD9660 8 @@ -110,16 +110,16 @@ is measured in CD-ROM blocks, with 2048 bytes each. This is the same as for example the .Cm info command of -.Xr cdcontrol 8 +.Xr cdcontrol 1 is printing. .It Fl v Be verbose about the starting sector decisions made. .El .Sh SEE ALSO +.Xr cdcontrol 1 , .Xr mount 2 , .Xr unmount 2 , .Xr fstab 5 , -.Xr cdcontrol 8 , .Xr mount 8 .Sh BUGS POSIX device node mapping is currently not supported. |