diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-24 09:49:45 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-24 09:49:45 +0000 |
| commit | 130f84f0b5eb1533acd7545dbc70b4e82dbefb7c (patch) | |
| tree | b3fbbd7f69a3f7dedf8c50fcdd3e4e4b15b31c38 /sbin/mount_std | |
| parent | ed9b387d5a06bc195a300fabc850e87808de904f (diff) | |
Notes
Diffstat (limited to 'sbin/mount_std')
| -rw-r--r-- | sbin/mount_std/Makefile | 5 | ||||
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 8 |
2 files changed, 2 insertions, 11 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 7b50a6482d3c..79334afeadd5 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -4,7 +4,7 @@ PROG= mount_std SRCS= mount_std.c getmntopts.c MAN= mount_std.8 -MLINKS= mount_std.8 mount_devfs.8 mount_std.8 mount_fdesc.8 \ +MLINKS= mount_std.8 mount_fdesc.8 \ mount_std.8 mount_kernfs.8 mount_std.8 mount_linprocfs.8 \ mount_std.8 mount_procfs.8 @@ -12,8 +12,7 @@ MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} .PATH: ${MOUNT} -LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \ - ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \ +LINKS= ${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 94f41d91cd8a..f0d36b5b5af6 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -41,7 +41,6 @@ .Os FreeBSD .Sh NAME .Nm mount_std , -.Nm mount_devfs , .Nm mount_fdesc , .Nm mount_kernfs , .Nm mount_linprocfs , @@ -59,7 +58,6 @@ command is a generic mechanism for attaching ``standard'' filesystems to the filesystem. The .Nm command currently supports the following filesystems: -.Nm devfs , .Nm fdesc , .Nm kernfs , .Nm linprocfs @@ -120,7 +118,6 @@ command. .Pp 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 @@ -144,7 +141,6 @@ loadable module for it was found. .Xr mount 2 , .Xr unmount 2 , .Xr getvfsbyname 3 , -.Xr devfs 5 , .Xr fdesc 5 , .Xr fstab 5 , .Xr kernfs 5 , @@ -168,10 +164,6 @@ and filesystem types first appeared in .Fx 2.0 ; the -.Dq devfs -filesystem type first appeared in -.Fx 2.2 ; -the .Dq linprocfs filesystem type first appeared in .Fx 4.0 . |
