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/mount | |
parent | e1524eb20ca44614d4942a0b92929a02e67dce44 (diff) | |
download | FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.zip FreeBSD-src-e7a85be33fc3bc164d55aaa44eda7f972ff86850.tar.gz |
Remove vestiges of MFS.
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 05ae8b9..d371c20 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -224,14 +224,14 @@ For example, the .Nm command: .Bd -literal -offset indent -mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp +mount -t unionfs -o -b /sys $HOME/sys .Ed .Pp causes .Nm to execute the equivalent of: .Bd -literal -offset indent -/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp +/sbin/mount_unionfs -b /sys $HOME/sys .Ed .Pp Additional options specific to filesystem types @@ -279,13 +279,13 @@ For example, the .Nm command: .Bd -literal -offset indent -mount -a -t nonfs,mfs +mount -a -t nonfs,nullfs .Ed .Pp mounts all filesystems except those of type .Tn NFS and -.Tn MFS . +.Tn NULLFS . .Pp If the type is not one of the internally known types, .Nm @@ -374,7 +374,6 @@ file system table .Xr mount_fdescfs 8 , .Xr mount_hpfs 8 , .Xr mount_linprocfs 8 , -.Xr mount_mfs 8 , .Xr mount_msdos 8 , .Xr mount_nfs 8 , .Xr mount_ntfs 8 , |