diff options
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 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. |