aboutsummaryrefslogtreecommitdiff
path: root/sbin/umount/umount.8
diff options
context:
space:
mode:
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.