diff options
Diffstat (limited to 'sbin/umount/umount.8')
-rw-r--r-- | sbin/umount/umount.8 | 4 |
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. |