aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-03-25 13:46:16 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-03-25 13:46:16 +0000
commit98d83e38b92b60750df139e1c389417a3c868795 (patch)
tree0cce16f45125b49fb73c334c0fa20770dd73389e
parent57936c7a07d5e82cbcea1faed77456f494efd53a (diff)
Notes
-rw-r--r--sbin/mount_std/mount_std.814
1 files changed, 11 insertions, 3 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8
index df019ce2853e..3dc527b2566c 100644
--- a/sbin/mount_std/mount_std.8
+++ b/sbin/mount_std/mount_std.8
@@ -44,6 +44,7 @@
.Nm mount_devfs ,
.Nm mount_fdesc ,
.Nm mount_kernfs ,
+.Nm mount_linprocfs ,
.Nm mount_procfs
.Nd mount ``standard'' filesystems
.Sh SYNOPSIS
@@ -60,7 +61,8 @@ the filesystem. The
command currently supports the following filesystems:
.Nm devfs ,
.Nm fdesc ,
-.Nm kernfs
+.Nm kernfs ,
+.Nm linprocfs
and
.Nm procfs .
A ``standard'' filesystem is one which:
@@ -120,7 +122,8 @@ Refer to the following manual pages for detailed information
on these file system:
.Xr devfs 5 ,
.Xr fdesc 5 ,
-.Xr kernfs 5
+.Xr kernfs 5 ,
+.Xr linprocfs 5
and
.Xr procfs 5 .
.Sh DIAGNOSTICS
@@ -145,6 +148,7 @@ loadable module for it was found.
.Xr fdesc 5 ,
.Xr fstab 5 ,
.Xr kernfs 5 ,
+.Xr linprocfs 5 ,
.Xr procfs 5 ,
.Xr mount 8
.Sh CAVEATS
@@ -166,4 +170,8 @@ filesystem types first appeared in
the
.Dq devfs
filesystem type first appeared in
-.Fx 2.2 .
+.Fx 2.2 ;
+the
+.Dq linprocfs
+filesystem type first appeared in
+.Fx 4.0 .