diff options
author | 2007-01-28 16:26:39 +0000 | |
---|---|---|
committer | 2007-01-28 16:26:39 +0000 | |
commit | 53b019d28964ecff12daa62edce55a1c656aeb83 (patch) | |
tree | 17678528a988853343640f3c131d942098c42c2d /share/man/man5 | |
parent | Remove #include <fstab.h> as there is no fstab in umount anymore. (diff) | |
download | wireguard-openbsd-53b019d28964ecff12daa62edce55a1c656aeb83.tar.xz wireguard-openbsd-53b019d28964ecff12daa62edce55a1c656aeb83.zip |
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 |