diff options
author | David Malone <dwmalone@FreeBSD.org> | 2000-07-13 16:20:54 +0000 |
---|---|---|
committer | David Malone <dwmalone@FreeBSD.org> | 2000-07-13 16:20:54 +0000 |
commit | ceb453befe3ecf02825d9dbc796b63b0867878ca (patch) | |
tree | 3e6c586a3a42a936ad3b6985eef4c5c6efdcbadf /sbin | |
parent | db6ccea6401c293fa363665178fb1773c1c35a3e (diff) | |
download | src-ceb453befe3ecf02825d9dbc796b63b0867878ca.tar.gz src-ceb453befe3ecf02825d9dbc796b63b0867878ca.zip |
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
Notes
Notes:
svn path=/head/; revision=63073
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/umount/umount.8 | 7 |
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. |