aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:35:44 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:35:44 +0000
commitd072138a0a21d8f478d22bb0bbadcad113fe3e70 (patch)
tree72058fd5e1821e2f5caf2e117ccb48865cb78750 /bin
parent1ba0e048a242cc1c02233fc6ac82135badf55cfc (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/df/df.110
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 25ddf4e37745..c1f759353ef1 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
-.\" $Id: df.1,v 1.10 1997/03/13 17:32:39 bde Exp $
+.\" $Id: df.1,v 1.11 1997/09/18 06:50:26 charnier Exp $
.\"
.Dd May 8, 1995
.Dt DF 1
@@ -44,7 +44,7 @@
.Op Fl t Ar type
.Op Ar file | Ar filesystem ...
.Sh DESCRIPTION
-.Nm
+.Nm Df
displays statistics about the amount of free disk space on the specified
.Ar filesystem
or on the filesystem of which
@@ -72,7 +72,7 @@ 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
statistics without a long delay.
When this option is specified,
-.Nm df
+.Nm
will not request new statistics from the filesystems, but will respond
with the possibly stale statistics that were previously obtained.
.It Fl t
@@ -84,7 +84,7 @@ to specify the filesystem types for which action should
.Em not
be taken.
For example, the
-.Nm df
+.Nm
command:
.Bd -literal -offset indent
df -t nonfs,mfs
@@ -127,6 +127,6 @@ flags are ignored if a file or filesystem is specified.
.Xr sysctl 8
.Sh HISTORY
A
-.Nm df
+.Nm
command appeared in
.At v1 .