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
This commit is contained in:
parent
db6ccea640
commit
ceb453befe
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user