From 91330f1a8ae39cbd39087d5ac36afb69a0592c37 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 25 Mar 2000 13:46:16 +0000 Subject: Mention linprocfs. --- sbin/mount_std/mount_std.8 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sbin/mount_std') 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 . -- cgit v1.1