summaryrefslogtreecommitdiffstats
path: root/bin/df/df.1
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
commit9618da3e35435c433d8086d65af15f716ffe32ec (patch)
tree170fdd70317f0e6648584759afc92e4021ebcd92 /bin/df/df.1
parent34ae8fe5374af25df8e04d804f045ed309399984 (diff)
downloadFreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip
FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz
s/filesystem/file system/ as discussed on -developers
Diffstat (limited to 'bin/df/df.1')
-rw-r--r--bin/df/df.130
1 files changed, 15 insertions, 15 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 7b73e3e..3f0f0e1 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -46,19 +46,19 @@
.Oc
.Op Fl ailn
.Op Fl t Ar type
-.Op Ar file | filesystem ...
+.Op Ar file | file system ...
.Sh DESCRIPTION
The
.Nm
utility
displays statistics about the amount of free disk space on the specified
-.Ar filesystem
-or on the filesystem of which
+.Ar file system
+or on the file system of which
.Ar file
is a part.
Values are displayed in 512-byte per block counts.
-If neither a file or a filesystem operand is specified,
-statistics for all mounted filesystems are displayed
+If neither a file or a file system operand is specified,
+statistics for all mounted file systems are displayed
(subject to the
.Fl t
option below).
@@ -94,20 +94,20 @@ this overrides the
.Ev BLOCKSIZE
specification from the environment.
.It Fl l
-Only display information about locally-mounted filesystems.
+Only display information about locally-mounted file systems.
.It Fl m
Use 1048576-byte (1-Mbyte) blocks rather than the default. Note that
this overrides the
.Ev BLOCKSIZE
specification from the environment.
.It Fl n
-Print out the previously obtained statistics from the filesystems.
+Print out the previously obtained statistics from the file systems.
This option should be used if it is possible that one or more
-filesystems are in a state such that they will not be able to provide
+file systems are in a state such that they will not be able to provide
statistics without a long delay.
When this option is specified,
.Nm
-will not request new statistics from the filesystems, but will respond
+will not request new statistics from the file systems, but will respond
with the possibly stale statistics that were previously obtained.
.It Fl P
Use POSIX compliant output of 512-byte blocks rather than the default.
@@ -115,11 +115,11 @@ Note that this overrides the
.Ev BLOCKSIZE
specification from the environment.
.It Fl t
-Only print out statistics for filesystems of the specified types.
+Only print out statistics for file systems of the specified types.
More than one type may be specified in a comma separated list.
-The list of filesystem types can be prefixed with
+The list of file system types can be prefixed with
.Dq no
-to specify the filesystem types for which action should
+to specify the file system types for which action should
.Em not
be taken.
For example, the
@@ -129,13 +129,13 @@ command:
df -t nonfs,nullfs
.Ed
.Pp
-lists all filesystems except those of type
+lists all file systems except those of type
.Tn NFS
and
.Tn NULLFS .
The
.Xr lsvfs 1
-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.
.El
.Sh ENVIRONMENT
@@ -150,7 +150,7 @@ The
.Fl n
and
.Fl t
-flags are ignored if a file or filesystem is specified.
+flags are ignored if a file or file system is specified.
.Sh SEE ALSO
.Xr lsvfs 1 ,
.Xr quota 1 ,
OpenPOWER on IntegriCloud