diff options
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 |