aboutsummaryrefslogtreecommitdiff
path: root/sbin/umount/umount.8
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-06-01 10:07:28 +0000
commit0b381bf1fd8fbb2df974c318d58643ecfeec44b0 (patch)
tree5f731b3fbc39745217a47eb536253ac4261ca16d /sbin/umount/umount.8
parent64dddc18727af4db4a6047ff86291d981f6e9042 (diff)
downloadsrc-0b381bf1fd8fbb2df974c318d58643ecfeec44b0.tar.gz
src-0b381bf1fd8fbb2df974c318d58643ecfeec44b0.zip
Remove vestiges of MFS.
Notes
Notes: svn path=/head/; revision=77575
Diffstat (limited to 'sbin/umount/umount.8')
-rw-r--r--sbin/umount/umount.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 2b11394c582e..3607368b6ef3 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -102,13 +102,13 @@ For example, the
.Nm
command:
.Bd -literal -offset indent
-umount -a -t nfs,mfs
+umount -a -t nfs,nullfs
.Ed
.Pp
unmounts all filesystems of the type
.Tn NFS
and
-.Tn MFS
+.Tn NULLFS
that are listed in the
.Xr fstab 5
file.