summaryrefslogtreecommitdiffstats
path: root/sbin/mount_std
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-23 14:58:19 +0000
committerru <ru@FreeBSD.org>2001-05-23 14:58:19 +0000
commitd6e286694d01e4503e4daeed19e3292fcaccd771 (patch)
treeab01e79c839ddfbf22ff2fcf59bb7af9d63e3c95 /sbin/mount_std
parent196fd7759f1cf679623146c047cdcd0e200c93df (diff)
downloadFreeBSD-src-d6e286694d01e4503e4daeed19e3292fcaccd771.zip
FreeBSD-src-d6e286694d01e4503e4daeed19e3292fcaccd771.tar.gz
Rename (after a repo-copy) some mount(8) programs:
mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
Diffstat (limited to 'sbin/mount_std')
-rw-r--r--sbin/mount_std/Makefile4
-rw-r--r--sbin/mount_std/mount_std.818
2 files changed, 12 insertions, 10 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile
index b780d09..985f3ee 100644
--- a/sbin/mount_std/Makefile
+++ b/sbin/mount_std/Makefile
@@ -5,7 +5,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 \
+ mount_std.8 mount_fdescfs.8 \
mount_std.8 mount_linprocfs.8 \
mount_std.8 mount_procfs.8
@@ -14,7 +14,7 @@ CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \
- ${BINDIR}/mount_std ${BINDIR}/mount_fdesc \
+ ${BINDIR}/mount_std ${BINDIR}/mount_fdescfs \
${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 46dcd27..34c793a 100644
--- a/sbin/mount_std/mount_std.8
+++ b/sbin/mount_std/mount_std.8
@@ -38,14 +38,16 @@
.\"
.Dd May 13, 1996
.Dt MOUNT_STD 8
-.Os FreeBSD
+.Os
.Sh NAME
.Nm mount_std ,
.Nm mount_devfs ,
-.Nm mount_fdesc ,
+.Nm mount_fdescfs ,
.Nm mount_linprocfs ,
.Nm mount_procfs
-.Nd mount ``standard'' filesystems
+.Nd mount
+.Dq standard
+filesystems
.Sh SYNOPSIS
.Nm mount_ Ns Ar fsname
.Op Fl o Ar options
@@ -59,7 +61,7 @@ the filesystem. The
.Nm
command currently supports the following filesystems:
.Nm devfs ,
-.Nm fdesc ,
+.Nm fdescfs ,
.Nm linprocfs
and
.Nm procfs .
@@ -70,7 +72,7 @@ accepts only the standard
.Fl o
options
.Dq ro
-.Pq ``rdonly'' ,
+.Pq Dq rdonly ,
.Dq rw ,
.Dq nodev ,
.Dq noexec ,
@@ -119,7 +121,7 @@ command.
Refer to the following manual pages for detailed information
on these file system:
.Xr devfs 5 ,
-.Xr fdesc 5 ,
+.Xr fdescfs 5 ,
.Xr linprocfs 5
and
.Xr procfs 5 .
@@ -142,7 +144,7 @@ loadable module for it was found.
.Xr unmount 2 ,
.Xr getvfsbyname 3 ,
.Xr devfs 5 ,
-.Xr fdesc 5 ,
+.Xr fdescfs 5 ,
.Xr fstab 5 ,
.Xr linprocfs 5 ,
.Xr procfs 5 ,
@@ -157,7 +159,7 @@ utility first appeared in
Loadable filesystem modules first appeared in
.Fx 2.0 .
The
-.Dq fdesc
+.Dq fdescfs
and
.Dq procfs
filesystem types first appeared in
OpenPOWER on IntegriCloud