diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-06 19:34:18 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-06 19:34:18 +0000 |
commit | a2accd01f0ac2f25d72443923819abceaf128119 (patch) | |
tree | 219860332a065e5cb6defc25dab58e4a8c7997cd /sbin/mount_std | |
parent | 9639b20db64d084fa58b75058a2bd896b1f743e1 (diff) | |
download | FreeBSD-src-a2accd01f0ac2f25d72443923819abceaf128119.zip FreeBSD-src-a2accd01f0ac2f25d72443923819abceaf128119.tar.gz |
The .Nm utility
Diffstat (limited to 'sbin/mount_std')
-rw-r--r-- | sbin/mount_std/mount_std.8 | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index d0039c3..d699838 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -56,10 +56,10 @@ filesystems .Sh DESCRIPTION The .Nm -command is a generic mechanism for attaching ``standard'' filesystems to +utility is a generic mechanism for attaching ``standard'' filesystems to the filesystem. The .Nm -command currently supports the following filesystems: +utility currently supports the following filesystems: .Nm devfs , .Nm fdescfs , .Nm linprocfs @@ -84,7 +84,7 @@ has a kernel filesystem module name the same as its user-visible name. .It requires no other special processing on the part of the .Nm -command. +utility. .El .Pp The options are as follows: @@ -100,7 +100,7 @@ man page for possible options and their meanings. .Pp The .Nm -command examines its zeroth command-line argument (the name by which +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 is called by a name which does not end in .Dq Li _ Ns Ar fsname , @@ -111,12 +111,12 @@ with that the zeroth argument contains only the name of the filesystem type. The .Nm -command is normally installed with appropriate links to commands for +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 for that specific .Nm mount_ Ns Ar fsname -command. +utility. .Pp Refer to the following manual pages for detailed information on these filesystem: @@ -128,12 +128,14 @@ and .Sh DIAGNOSTICS .Bl -diag .It argv[0] must end in _fsname -.Nm Mount_std -was called with a zeroth argument of +The +.Nm +utility was called with a zeroth argument of .Dq Li mount_std . .It vfsload(%s) -.Nm Mount_std -was unable to load a kernel module implementing the %s filesystem +The +.Nm +utility was unable to load a kernel module implementing the %s filesystem type. .It %s filesystem not available The specified filesystem type was not present in the kernel and no |