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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63073

View File

@ -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.