summaryrefslogtreecommitdiffstats
path: root/sbin/umount
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2000-07-13 16:20:54 +0000
committerdwmalone <dwmalone@FreeBSD.org>2000-07-13 16:20:54 +0000
commit16275c3e2e35021a9d1b8ae0d82ec68fbc5beb45 (patch)
treee910d6aded6312936e6f88f7a1ab0f7188670d9e /sbin/umount
parent0a01ca3918f5352e39b0c923f8b168f9fd8491ab (diff)
downloadFreeBSD-src-16275c3e2e35021a9d1b8ae0d82ec68fbc5beb45.zip
FreeBSD-src-16275c3e2e35021a9d1b8ae0d82ec68fbc5beb45.tar.gz
Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab.
Fix a typo. PR: 19438 Submitted by: Eoin Lawless <eoin@maths.tcd.ie> Reviewed by: sheldon
Diffstat (limited to 'sbin/umount')
-rw-r--r--sbin/umount/umount.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 103a13a..d8222da 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -105,10 +105,13 @@ command:
umount -a -t nfs,mfs
.Ed
.Pp
-umounts all filesystems of the type
+unmounts all filesystems of the type
.Tn NFS
and
-.Tn MFS .
+.Tn MFS
+that are listed in the
+.Xr fstab 5
+file.
.It Fl v
Verbose, additional information is printed out as each filesystem
is unmounted.
OpenPOWER on IntegriCloud