diff options
author | des <des@FreeBSD.org> | 2000-03-25 13:46:16 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-03-25 13:46:16 +0000 |
commit | 91330f1a8ae39cbd39087d5ac36afb69a0592c37 (patch) | |
tree | 9f616bc22d4cf2612b261693711236f79ac656b7 /sbin | |
parent | c44639bff6ee34f254aeb2aee0bcb3ecbeb12c97 (diff) | |
download | FreeBSD-src-91330f1a8ae39cbd39087d5ac36afb69a0592c37.zip FreeBSD-src-91330f1a8ae39cbd39087d5ac36afb69a0592c37.tar.gz |
Mention linprocfs.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_std/mount_std.8 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index df019ce..3dc527b 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 . |