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 | |
parent | 8d3a26ca223ad591440ece6705d09792a362162d (diff) | |
download | FreeBSD-src-94e90769b60811591c1030d79ec8cd136f29a90d.zip FreeBSD-src-94e90769b60811591c1030d79ec8cd136f29a90d.tar.gz |
Fix some bad references.
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 6 | ||||
-rw-r--r-- | usr.sbin/edquota/edquota.8 | 4 |
2 files changed, 5 insertions, 5 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. diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8 index 14f44e0..2bc97cc 100644 --- a/usr.sbin/edquota/edquota.8 +++ b/usr.sbin/edquota/edquota.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)edquota.8 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: edquota.8,v 1.7 1999/07/12 20:12:08 nik Exp $ .\" .Dd June 6, 1993 .Dt EDQUOTA 8 @@ -166,8 +166,8 @@ to find filesystem names and locations .El .Sh SEE ALSO .Xr quota 1 , -.Xr fstab 2 , .Xr quotactl 2 , +.Xr fstab 5 , .Xr quotacheck 8 , .Xr quotaon 8 , .Xr repquota 8 |