diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/fstab.5 | 6 | ||||
-rw-r--r-- | share/man/man5/periodic.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 4 | ||||
-rw-r--r-- | share/man/man9/vnode.9 | 2 |
4 files changed, 2 insertions, 18 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 40bd501..dcf10e0 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -86,7 +86,7 @@ The system can support various filesystem types. Only the root, /usr, and /tmp filesystems need be statically compiled into the kernel; everything else will be automatically loaded at mount -time. (Exception: the UFS family - FFS, MFS, and LFS cannot +time. (Exception: the UFS family - FFS and LFS cannot currently be demand-loaded.) Some people still prefer to statically compile other filesystems as well. .Bl -tag -width indent -offset indent @@ -94,10 +94,6 @@ compile other filesystems as well. a local .Tn UNIX filesystem -.It Em mfs -a local memory-based -.Tn UNIX -filesystem .It Em nfs a Sun Microsystems compatible ``Network File System'' .It Em swap diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index f68c93d..3a545f2 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -445,13 +445,6 @@ Set to if you want to ignore .Xr amd 8 mounts when comparing against yesterdays filesystem mounts. -.It Va daily_status_security_nomfs -.Pq Vt bool -Set to -.Dq YES -if you want to ignore -.Xr mfs 8 -mounts when comparing against yesterdays filesystem mounts. .It Va daily_status_mail_rejects_enable .Pq Vt bool Set to @@ -616,7 +609,6 @@ is shared or distributed. .Xr ac 8 , .Xr chkgrp 8 , .Xr dump 8 , -.Xr mfs 8 , .Xr newsyslog 8 , .Xr periodic 8 .Sh HISTORY diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 2b91e28..e401ccb 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -294,10 +294,6 @@ C include files for UFS (The U-word File System) .Bl -tag -width "kerberosIV/" -compact .It Pa ffs/ Fast filesystem -.It Pa mfs/ -memory file system; -see -.Xr mount_mfs 8 .It Pa ufs/ UFS filesystem .El diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index e91a514..9aec55a 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -50,7 +50,7 @@ enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; * and should NEVER be inspected by the kernel. */ enum vtagtype { - VT_NON, VT_UFS, VT_NFS, VT_MFS, VT_PC, VT_LFS, VT_LOFS, VT_FDESC, + VT_NON, VT_UFS, VT_NFS, VT_UNUSED, VT_PC, VT_LFS, VT_LOFS, VT_FDESC, VT_PORTAL, VT_NULL, VT_UMAP, VT_KERNFS, VT_PROCFS, VT_AFS, VT_ISOFS, VT_UNION, VT_MSDOSFS, VT_DEVFS, VT_TFS, VT_VFS, VT_CODA, VT_NTFS, VT_HPFS, VT_NWFS, VT_PSEUDOFS |