Link in mount_linsysfs.

Prompted by:	Rocco Rutte
This commit is contained in:
ambrisko 2006-07-13 03:37:06 +00:00
parent 77dcc63780
commit 9b920b4f9d
2 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,7 @@ MAN= mount_std.8
MLINKS= mount_std.8 mount_devfs.8 \
mount_std.8 mount_fdescfs.8 \
mount_std.8 mount_linprocfs.8 \
mount_std.8 mount_linsysfs.8 \
mount_std.8 mount_procfs.8
MOUNT= ${.CURDIR}/../mount
@ -18,6 +19,7 @@ WARNS?= 0
LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \
${BINDIR}/mount_std ${BINDIR}/mount_fdescfs \
${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
${BINDIR}/mount_std ${BINDIR}/mount_linsysfs \
${BINDIR}/mount_std ${BINDIR}/mount_procfs
.include <bsd.prog.mk>

View File

@ -40,6 +40,7 @@
.Nm mount_devfs ,
.Nm mount_fdescfs ,
.Nm mount_linprocfs ,
.Nm mount_linsysfs ,
.Nm mount_procfs
.Nd mount
.Dq standard
@ -59,7 +60,8 @@ The
utility currently supports the following file systems:
.Nm devfs ,
.Nm fdescfs ,
.Nm linprocfs
.Nm linprocfs ,
.Nm linsysfs
and
.Nm procfs .
A ``standard'' file system is one which:
@ -118,7 +120,8 @@ Refer to the following manual pages for detailed information
on these file system:
.Xr devfs 5 ,
.Xr fdescfs 5 ,
.Xr linprocfs 5
.Xr linprocfs 5 ,
.Xr linsysfs 5
and
.Xr procfs 5 .
.Sh DIAGNOSTICS
@ -140,6 +143,7 @@ loadable module for it was found.
.Xr fdescfs 5 ,
.Xr fstab 5 ,
.Xr linprocfs 5 ,
.Xr linsysfs 5 ,
.Xr procfs 5 ,
.Xr mount 8
.Sh CAVEATS