summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit041d1287e88250bf06ad159c6c696bd653a77957 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /usr.bin
parent719bf117173e17f5286b995c031a11d553149e50 (diff)
downloadFreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip
FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/doscmd/doscmd.14
-rw-r--r--usr.bin/du/du.14
-rw-r--r--usr.bin/file/file.16
-rw-r--r--usr.bin/find/find.110
-rw-r--r--usr.bin/fstat/fstat.112
-rw-r--r--usr.bin/getconf/getconf.12
-rw-r--r--usr.bin/limits/limits.14
-rw-r--r--usr.bin/lsvfs/lsvfs.16
-rw-r--r--usr.bin/pathchk/pathchk.12
-rw-r--r--usr.bin/quota/quota.122
-rw-r--r--usr.bin/showmount/showmount.82
-rw-r--r--usr.bin/tip/tip/tip.12
-rw-r--r--usr.bin/xinstall/install.14
13 files changed, 40 insertions, 40 deletions
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1
index 89dd5ff..333221b 100644
--- a/usr.bin/doscmd/doscmd.1
+++ b/usr.bin/doscmd/doscmd.1
@@ -329,7 +329,7 @@ directory
.Ar path
to be assigned as the specified drive. If the
.Fl ro
-flag is specified, it is a read only filesystem.
+flag is specified, it is a read only file system.
These assignments will not take place when booting DOS until the
.Pa /usr/libdata/doscmd/redir.com
binary is run.
@@ -662,7 +662,7 @@ must exist, so use the command touch to create it.
Insert a floppy disk into the A: drive which is bootable to MS-DOS
and has the commands fdisk, format and sys on it. You should also
copy the file redir.com onto the floppy by either mounting it
-with the msdos filesystem type or by using mtools
+with the msdos file system type or by using mtools
(e.g.,
.Dq Li mwrite redir.com a: ) .
.It 3
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 7dc2bbf..edbe569 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -50,7 +50,7 @@
.Sh DESCRIPTION
The
.Nm
-utility displays the filesystem block usage for each file argument
+utility displays the file system block usage for each file argument
and for each directory in the file hierarchy rooted in each directory
argument.
If no file is specified, the block usage of the hierarchy rooted in
@@ -99,7 +99,7 @@ Display a grand total.
.It Fl k
Display block counts in 1024-byte (1-Kbyte) blocks.
.It Fl x
-Filesystem mount points are not traversed.
+File system mount points are not traversed.
.El
.Pp
The
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1
index 0969e2d..8cc9b99 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -20,7 +20,7 @@ This manual page documents version 3.39 of the
.Nm
utility which tests each argument in an attempt to classify it.
There are three sets of tests, performed in this order:
-filesystem tests, magic number tests, and language tests.
+file system tests, magic number tests, and language tests.
The
.Em first
test that succeeds causes the file type to be printed.
@@ -63,7 +63,7 @@ the subdirectory
.Pa Magdir
in the source distribution of this program.
.Pp
-The filesystem tests are based on examining the return from a
+The file system tests are based on examining the return from a
.Xr stat 2
system call.
The program checks to see if the file is empty,
@@ -227,7 +227,7 @@ Specifying the
option causes
.Nm
to also read argument files which are block or character special files.
-This is useful for determining the filesystem types of the data in raw
+This is useful for determining the file system types of the data in raw
disk partitions, which are block special files.
This option also causes
.Nm
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index cef8fb2..009b585 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -345,11 +345,11 @@ and none of the
bits match those of
.Ar notflags .
.It Ic -fstype Ar type
-True if the file is contained in a filesystem of type
+True if the file is contained in a file system of type
.Ar type .
The
.Xr sysctl 8
-command can be used to find out the types of filesystems
+command can be used to find out the types of file systems
that are available on the system:
.Pp
.Dl "sysctl vfs"
@@ -358,10 +358,10 @@ In addition, there are two pseudo-types,
.Dq Li local
and
.Dq Li rdonly .
-The former matches any filesystem physically mounted on the system where
+The former matches any file system physically mounted on the system where
the
.Nm
-is being executed and the latter matches any filesystem which is
+is being executed and the latter matches any file system which is
mounted read-only.
.It Ic -group Ar gname
True if the file belongs to the group
@@ -836,7 +836,7 @@ construct.
.Pp
The
.Ic -delete
-primary does not interact well with other options that cause the filesystem
+primary does not interact well with other options that cause the file system
tree traversal options to be changed.
.Sh HISTORY
A
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1
index 145b4ce..52d7d56 100644
--- a/usr.bin/fstat/fstat.1
+++ b/usr.bin/fstat/fstat.1
@@ -60,10 +60,10 @@ reports on all open files in the system.
Options:
.Bl -tag -width Ds
.It Fl f
-Restrict examination to files open in the same filesystems as
-the named file arguments, or to the filesystem containing the
+Restrict examination to files open in the same file systems as
+the named file arguments, or to the file system containing the
current directory if there are no additional filename arguments.
-For example, to find all files open in the filesystem where the
+For example, to find all files open in the file system where the
directory
.Pa /usr/src
resides, type
@@ -79,7 +79,7 @@ Extract the name list from the specified system instead of the default
Include memory-mapped files in the listing; normally these are excluded
due to the extra processing required.
.It Fl n
-Numerical format. Print the device number (maj,min) of the filesystem
+Numerical format. Print the device number (maj,min) of the file system
the file resides in rather than the mount point name; for special
files, print the
device number that the special device refers to rather than the filename
@@ -136,7 +136,7 @@ is described later under
If the
.Fl n
flag wasn't specified, this header is present and is the
-pathname that the filesystem the file resides in is mounted on.
+pathname that the file system the file resides in is mounted on.
.It Li DEV
If the
.Fl n
@@ -169,7 +169,7 @@ This column describes the access mode that the file allows.
The letter ``r'' indicates open for reading;
the letter ``w'' indicates open for writing.
This field is useful when trying to find the processes that are
-preventing a filesystem from being down graded to read-only.
+preventing a file system from being down graded to read-only.
.It Li NAME
If filename arguments are specified and the
.Fl f
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1
index 2771cc7..4fb7cef 100644
--- a/usr.bin/getconf/getconf.1
+++ b/usr.bin/getconf/getconf.1
@@ -55,7 +55,7 @@ If the specified variable is undefined, the string
is output.
.Pp
The first form of the command, with two mandatory
-arguments, retrieves file- and filesystem-specific
+arguments, retrieves file- and file system-specific
configuration variables using
.Xr pathconf 2 .
The second form, with a single argument, retrieves system
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1
index b96f887..52a0703 100644
--- a/usr.bin/limits/limits.1
+++ b/usr.bin/limits/limits.1
@@ -89,7 +89,7 @@ output, except that it will emit them in
format, suitable for the calling shell.
The calling shell is determined by examining the entries in the
.Pa /proc
-filesystem for the parent process.
+file system for the parent process.
If the shell is known (i.e. it is one of
.Nm sh , csh , bash , tcsh , ksh , pdksh
or
@@ -376,7 +376,7 @@ names, for obvious reasons.
.Pp
When eval output is selected, the
.Pa /proc
-filesystem must be installed
+file system must be installed
and mounted for the shell to be correctly determined, and therefore
output syntax correct for the running shell.
The default output is valid for
diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1
index 2dc70c7..5c629d8 100644
--- a/usr.bin/lsvfs/lsvfs.1
+++ b/usr.bin/lsvfs/lsvfs.1
@@ -14,7 +14,7 @@
.Sh DESCRIPTION
The
.Nm
-command lists information about the currently loaded virtual filesystem
+command lists information about the currently loaded virtual file system
modules. When
.Ar vfsname
arguments are given,
@@ -26,7 +26,7 @@ The information is as follows:
.Pp
.Bl -tag -compact -width Filesystem
.It Filesystem
-the name of the filesystem, as would be used in the
+the name of the file system, as would be used in the
.Ar type
parameter to
.Xr mount 2
@@ -36,7 +36,7 @@ option to
.Xr mount 8
.It Refs
the number of references to this VFS; i.e., the number of currently
-mounted filesystems of this type
+mounted file systems of this type
.It Flags
flag bits.
.El
diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1
index 977693e..d947652 100644
--- a/usr.bin/pathchk/pathchk.1
+++ b/usr.bin/pathchk/pathchk.1
@@ -56,7 +56,7 @@ Contains any component longer than
bytes.
(The value of
.Dv NAME_MAX
-depends on the underlying filesystem.)
+depends on the underlying file system.)
.It
Contains a directory component that is not searchable.
.El
diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1
index 3974c1b..3c85650 100644
--- a/usr.bin/quota/quota.1
+++ b/usr.bin/quota/quota.1
@@ -68,18 +68,18 @@ of which the user is a member.
.It Fl l
Do not report quotas on
.Tn NFS
-filesystems.
+file systems.
.It Fl q
Print a more terse message,
containing only information
-on filesystems where usage is over quota.
+on file systems where usage is over quota.
.It Fl u
Print the user quotas.
This is the default unless
.Fl g
is specified.
.It Fl v
-Display quotas on filesystems
+Display quotas on file systems
where no storage is allocated.
.El
.Pp
@@ -109,8 +109,8 @@ flag.
.Pp
The
.Nm
-utility tries to report the quotas of all mounted filesystems.
-If the filesystem is mounted via
+utility tries to report the quotas of all mounted file systems.
+If the file system is mounted via
.Tn NFS ,
it will attempt to contact the
.Xr rpc.rquotad 8
@@ -119,11 +119,11 @@ daemon on the
server.
For
.Tn UFS
-filesystems, quotas must be turned on in
+file systems, quotas must be turned on in
.Pa /etc/fstab .
If
.Nm
-exits with a non-zero status, one or more filesystems
+exits with a non-zero status, one or more file systems
are over quota.
.Pp
If the
@@ -132,15 +132,15 @@ flag is specified,
.Nm
will not check
.Tn NFS
-filesystems.
+file systems.
.Sh FILES
.Bl -tag -width quota.group -compact
.It Pa quota.user
-located at the filesystem root with user quotas
+located at the file system root with user quotas
.It Pa quota.group
-located at the filesystem root with group quotas
+located at the file system root with group quotas
.It Pa /etc/fstab
-to find filesystem names and locations
+to find file system names and locations
.El
.Sh HISTORY
The
diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8
index dd539fa..ac99bde 100644
--- a/usr.bin/showmount/showmount.8
+++ b/usr.bin/showmount/showmount.8
@@ -55,7 +55,7 @@ server on
.Ar host .
By default it prints the names of all hosts that have
.Tn NFS
-filesystems mounted
+file systems mounted
on the host.
See
.%T "NFS: Network File System Protocol Specification" ,
diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1
index 8c9b9d5..e11e9b7 100644
--- a/usr.bin/tip/tip/tip.1
+++ b/usr.bin/tip/tip/tip.1
@@ -484,7 +484,7 @@ default value is
.Ql ^P .
.It Va framesize
.Pq Vt num
-The amount of data (in bytes) to buffer between filesystem
+The amount of data (in bytes) to buffer between file system
writes when receiving files; abbreviated
.Va fr .
.It Va host
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index 6fc17c0..28133b4 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -225,10 +225,10 @@ exits abnormally.
.Pp
File flags cannot be set by
.Xr fchflags 2
-over a NFS filesystem. Other filesystems do not have a concept of flags.
+over a NFS file system. Other file systems do not have a concept of flags.
The
.Nm
-utility will only warn when flags could not be set on a filesystem
+utility will only warn when flags could not be set on a file system
that does not support them.
.Pp
The
OpenPOWER on IntegriCloud