summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-12-28 12:59:57 +0000
committerdes <des@FreeBSD.org>2000-12-28 12:59:57 +0000
commit4b9504e071d41ef2931d7d524b0dbb3500754d5e (patch)
tree3e69df2e2c3a2a118e417e3dbe954dde2bdcaf43 /sbin
parentcff7c7e7189924b0099e5d77cf42b5c208fcfa3e (diff)
downloadFreeBSD-src-4b9504e071d41ef2931d7d524b0dbb3500754d5e.zip
FreeBSD-src-4b9504e071d41ef2931d7d524b0dbb3500754d5e.tar.gz
Retire kernfs (userland part).
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.81
-rw-r--r--sbin/mount_ifs/mount.81
-rw-r--r--sbin/mount_std/Makefile6
-rw-r--r--sbin/mount_std/mount_std.87
4 files changed, 4 insertions, 11 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 8d4a1a1..7d0f1fc 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -373,7 +373,6 @@ file system table
.Xr mount_ext2fs 8 ,
.Xr mount_fdesc 8 ,
.Xr mount_hpfs 8 ,
-.Xr mount_kernfs 8 ,
.Xr mount_linprocfs 8 ,
.Xr mount_mfs 8 ,
.Xr mount_msdos 8 ,
diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8
index 64a689c..4b4bb59 100644
--- a/sbin/mount_ifs/mount.8
+++ b/sbin/mount_ifs/mount.8
@@ -360,7 +360,6 @@ file system table
.Xr mount_cd9660 8 ,
.Xr mount_devfs 8 ,
.Xr mount_fdesc 8 ,
-.Xr mount_kernfs 8 ,
.Xr mount_mfs 8 ,
.Xr mount_msdos 8 ,
.Xr mount_nfs 8 ,
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile
index 320bbf7..de3c07b 100644
--- a/sbin/mount_std/Makefile
+++ b/sbin/mount_std/Makefile
@@ -4,8 +4,9 @@
PROG= mount_std
SRCS= mount_std.c getmntopts.c
MAN8= mount_std.8
-MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \
- mount_std.8 mount_kernfs.8 mount_std.8 mount_linprocfs.8 \
+MLINKS= mount_std.8 mount_devfs.8 \
+ mount_std.8 mount_fdesc.8 \
+ mount_std.8 mount_linprocfs.8 \
mount_std.8 mount_procfs.8
MOUNT= ${.CURDIR}/../mount
@@ -14,7 +15,6 @@ CFLAGS+= -I${MOUNT}
LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \
${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
- ${BINDIR}/mount_std ${BINDIR}/mount_kernfs \
${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
${BINDIR}/mount_std ${BINDIR}/mount_procfs
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8
index f4571ca..46dcd27 100644
--- a/sbin/mount_std/mount_std.8
+++ b/sbin/mount_std/mount_std.8
@@ -43,7 +43,6 @@
.Nm mount_std ,
.Nm mount_devfs ,
.Nm mount_fdesc ,
-.Nm mount_kernfs ,
.Nm mount_linprocfs ,
.Nm mount_procfs
.Nd mount ``standard'' filesystems
@@ -61,7 +60,6 @@ the filesystem. The
command currently supports the following filesystems:
.Nm devfs ,
.Nm fdesc ,
-.Nm kernfs ,
.Nm linprocfs
and
.Nm procfs .
@@ -122,7 +120,6 @@ Refer to the following manual pages for detailed information
on these file system:
.Xr devfs 5 ,
.Xr fdesc 5 ,
-.Xr kernfs 5 ,
.Xr linprocfs 5
and
.Xr procfs 5 .
@@ -147,7 +144,6 @@ loadable module for it was found.
.Xr devfs 5 ,
.Xr fdesc 5 ,
.Xr fstab 5 ,
-.Xr kernfs 5 ,
.Xr linprocfs 5 ,
.Xr procfs 5 ,
.Xr mount 8
@@ -161,8 +157,7 @@ utility first appeared in
Loadable filesystem modules first appeared in
.Fx 2.0 .
The
-.Dq fdesc ,
-.Dq kernfs ,
+.Dq fdesc
and
.Dq procfs
filesystem types first appeared in
OpenPOWER on IntegriCloud