aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2000-07-13 16:41:41 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2000-07-13 16:41:41 +0000
commit8dc04b7e269e878f73499772fecc6ee741b7b1f1 (patch)
tree3c3057524f2313f005fa6f70b54103023b849f91 /sbin
parentbf5e7d2875bed8637a6db09578fdf269473883d1 (diff)
Notes
Diffstat (limited to 'sbin')
-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 103a13ae4ec1..d8222da1a304 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.