diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2007-01-28 16:26:40 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2007-01-28 16:26:40 +0000 |
commit | 2c1516f385503cec74af96b3ada32fe11c9d777d (patch) | |
tree | 7f047ec548589782e4b01fbd361d969a7f3aa429 /share/man/man5 | |
parent | e590d16a9e21cb75671ccb63208810871646f066 (diff) |
Remove cross references between fstab(5) and umount(8).
ok millert jmc
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/fstab.5 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index b41c3f8289f..bf366946a34 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.35 2006/01/13 22:31:19 jmc Exp $ +.\" $OpenBSD: fstab.5,v 1.36 2007/01/28 16:26:39 bluhm Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -54,10 +54,9 @@ character are comments and are ignored. The order of records in .Nm is important because -.Xr fsck 8 , -.Xr mount 8 , +.Xr fsck 8 and -.Xr umount 8 +.Xr mount 8 sequentially iterate through .Nm doing their thing. @@ -283,8 +282,7 @@ server:/export/ports /usr/ports nfs rw,nodev,nosuid,tcp,soft,intr 0 0 .Xr fsck 8 , .Xr mount 8 , .Xr quotacheck 8 , -.Xr quotaon 8 , -.Xr umount 8 +.Xr quotaon 8 .Sh HISTORY The .Nm |