diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-23 14:58:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-23 14:58:19 +0000 |
| commit | 6ad10804f79ca8baf1dea0c55e7442d8f960b81f (patch) | |
| tree | 991dd3a3495a1387a46d7d5cdaf19b19074b5b83 /sbin/mount_std | |
| parent | f3bb47cca0fe5c9ced5b098fa194206d2aae6934 (diff) | |
Notes
Diffstat (limited to 'sbin/mount_std')
| -rw-r--r-- | sbin/mount_std/Makefile | 4 | ||||
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 18 |
2 files changed, 12 insertions, 10 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index b780d09cfe90..985f3eec18ae 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 46dcd278af7f..34c793ae3821 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 |
