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:
David Malone 2000-07-13 16:20:54 +00:00
parent db6ccea640
commit ceb453befe

View File

@ -105,10 +105,13 @@ command:
umount -a -t nfs,mfs umount -a -t nfs,mfs
.Ed .Ed
.Pp .Pp
umounts all filesystems of the type unmounts all filesystems of the type
.Tn NFS .Tn NFS
and and
.Tn MFS . .Tn MFS
that are listed in the
.Xr fstab 5
file.
.It Fl v .It Fl v
Verbose, additional information is printed out as each filesystem Verbose, additional information is printed out as each filesystem
is unmounted. is unmounted.