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/mount_std.8 | |
| parent | f3bb47cca0fe5c9ced5b098fa194206d2aae6934 (diff) | |
Notes
Diffstat (limited to 'sbin/mount_std/mount_std.8')
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 18 |
1 files changed, 10 insertions, 8 deletions
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 |
