diff options
Diffstat (limited to 'sbin/mount_std/mount_std.8')
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index a228700d04e9..fa90f577ce5f 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -47,7 +47,7 @@ .Nm mount_procfs .Nd mount .Dq standard -filesystems +file systems .Sh SYNOPSIS .Nm mount_ Ns Ar fsname .Op Fl o Ar options @@ -56,16 +56,16 @@ filesystems .Sh DESCRIPTION The .Nm -utility is a generic mechanism for attaching ``standard'' filesystems to -the filesystem. The +utility is a generic mechanism for attaching ``standard'' file systems to +the file system. The .Nm -utility currently supports the following filesystems: +utility currently supports the following file systems: .Nm devfs , .Nm fdescfs , .Nm linprocfs and .Nm procfs . -A ``standard'' filesystem is one which: +A ``standard'' file system is one which: .Bl -enum -offset indent .It accepts only the standard @@ -80,7 +80,7 @@ options and .Dq union . .It -has a kernel filesystem module name the same as its user-visible name. +has a kernel file system module name the same as its user-visible name. .It requires no other special processing on the part of the .Nm @@ -101,25 +101,25 @@ man page for possible options and their meanings. The .Nm utility examines its zeroth command-line argument (the name by which -it was called) to determine the type of filesystem to be mounted. If +it was called) to determine the type of file system to be mounted. If it is called by a name which does not end in .Dq Li _ Ns Ar fsname , .Nm will assume (for compatibility with .Xr mount 8 ) -that the zeroth argument contains only the name of the filesystem type. +that the zeroth argument contains only the name of the file system type. The .Nm utility is normally installed with appropriate links to commands for -the distributed filesystems which can be mounted in this way; -for information on the function of each filesystem, see the manual page +the distributed file systems which can be mounted in this way; +for information on the function of each file system, see the manual page for that specific .Nm mount_ Ns Ar fsname utility. .Pp Refer to the following manual pages for detailed information -on these filesystem: +on these file system: .Xr devfs 5 , .Xr fdescfs 5 , .Xr linprocfs 5 @@ -132,8 +132,8 @@ The .Nm utility was called with a zeroth argument of .Dq Li mount_std . -.It %s filesystem not available -The specified filesystem type was not present in the kernel and no +.It %s file system not available +The specified file system type was not present in the kernel and no loadable module for it was found. .El .Sh SEE ALSO @@ -147,25 +147,25 @@ loadable module for it was found. .Xr procfs 5 , .Xr mount 8 .Sh CAVEATS -None of the ``standard'' filesystems may be NFS-exported. +None of the ``standard'' file systems may be NFS-exported. .Sh HISTORY The .Nm utility first appeared in .Fx 2.2 . -Loadable filesystem modules first appeared in +Loadable file system modules first appeared in .Fx 2.0 . The .Dq fdescfs and .Dq procfs -filesystem types first appeared in +file system types first appeared in .Fx 2.0 ; the .Dq devfs -filesystem type first appeared in +file system type first appeared in .Fx 2.2 ; the .Dq linprocfs -filesystem type first appeared in +file system type first appeared in .Fx 4.0 . |
