summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2007-01-28 16:26:40 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2007-01-28 16:26:40 +0000
commit2c1516f385503cec74af96b3ada32fe11c9d777d (patch)
tree7f047ec548589782e4b01fbd361d969a7f3aa429
parente590d16a9e21cb75671ccb63208810871646f066 (diff)
Remove cross references between fstab(5) and umount(8).
ok millert jmc
-rw-r--r--sbin/umount/umount.817
-rw-r--r--share/man/man5/fstab.510
2 files changed, 9 insertions, 18 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index af662824a3d..bdca71f4506 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: umount.8,v 1.14 2006/06/29 20:01:07 jmc Exp $
+.\" $OpenBSD: umount.8,v 1.15 2007/01/28 16:26:39 bluhm Exp $
.\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -63,15 +63,13 @@ If neither
.Ar special
nor
.Ar node
-are provided, the appropriate information is taken from the
-.Xr fstab 5
-file.
+are provided, the appropriate information is taken from the kernel.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl a
-All of the file systems described in
-.Xr fstab 5
+All of the file systems except root returned by
+.Xr getmntinfo 3
are unmounted.
.It Fl f
The file system is forcibly unmounted.
@@ -105,14 +103,9 @@ NFS and MFS:
Verbose, additional information is printed out as each file system
is unmounted.
.El
-.Sh FILES
-.Bl -tag -width /etc/fstab -compact
-.It Pa /etc/fstab
-file system table
-.El
.Sh SEE ALSO
.Xr unmount 2 ,
-.Xr fstab 5 ,
+.Xr getmntinfo 3 ,
.Xr mount 8
.Sh HISTORY
A
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