diff options
author | ru <ru@FreeBSD.org> | 2001-06-01 10:07:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-01 10:07:28 +0000 |
commit | e7a85be33fc3bc164d55aaa44eda7f972ff86850 (patch) | |
tree | 6322ab98c2e04f3bc5d1daf984487b0015829de9 /sbin/umount | |
parent | e1524eb20ca44614d4942a0b92929a02e67dce44 (diff) | |
download | FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.zip FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.tar.gz |
Remove vestiges of MFS.
Diffstat (limited to 'sbin/umount')
-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 2b11394..3607368 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. |