summaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 20:09:23 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 20:09:23 +0000
commit9e8a79a11a25843a5b1f887e9dea08593a7f1886 (patch)
tree3ea2881ff918d06e503425cb50844403f1f8762a /usr.bin/du
parent5f11dae5029c2844c96130eb16d99769ea137c83 (diff)
Various improvements, including a few HISTORY sections added from FreeBSD.
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/du.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 325e9ac87b9..773e5e047d0 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: du.1,v 1.10 1999/07/04 11:53:53 aaron Exp $
+.\" $OpenBSD: du.1,v 1.11 2000/03/05 20:09:22 aaron Exp $
.\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -90,7 +90,7 @@ that cannot be opened, and so on. This is the default case.
This option exists solely for conformance with
.St -xpg4 .
.It Fl x
-Filesystem mount points are not traversed.
+File system mount points are not traversed.
.El
.Pp
.Nm
@@ -120,13 +120,13 @@ time per
execution.
.Sh ENVIRONMENT
.Bl -tag -width BLOCKSIZE
+The following environment variables affect the execution of
+.Nm du :
+.Pp
.It Ev BLOCKSIZE
-If the environment variable
-.Ev BLOCKSIZE
-is set, and the
+Block counts will be displayed in units of this size block, unless the
.Fl k
-option is not specified, the block counts will be displayed in units of that
-size block.
+option is also specified.
.El
.Sh SEE ALSO
.Xr df 1 ,