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 /usr.sbin/edquota | |
parent | 8d3a26ca223ad591440ece6705d09792a362162d (diff) | |
download | FreeBSD-src-94e90769b60811591c1030d79ec8cd136f29a90d.zip FreeBSD-src-94e90769b60811591c1030d79ec8cd136f29a90d.tar.gz |
Fix some bad references.
Diffstat (limited to 'usr.sbin/edquota')
-rw-r--r-- | usr.sbin/edquota/edquota.8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |