summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-09-15 13:49:25 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-09-15 13:49:25 +0000
commit97943087ed94be77d3a42273e8cdafc9f2daf4cf (patch)
treed9500d8ffc3091fccd63e0ff37d10bd9c9eea360 /man1
parentf39e2bca7f672e6fe9a23c73286f98677ac72981 (diff)
To get an effect like "-h", BLOCKSIZE must start with "human", not "HUMAN".
Diffstat (limited to 'man1')
-rw-r--r--man1/du.17
1 files changed, 4 insertions, 3 deletions
diff --git a/man1/du.1 b/man1/du.1
index 73682b21..152b153a 100644
--- a/man1/du.1
+++ b/man1/du.1
@@ -169,9 +169,10 @@ affects the HP-UX
.B du
program.
.SH ENVIRONMENT
-The variable POSIXLY_CORRECT determines the choice of unit.
-If it is not set, and the variable BLOCKSIZE has a value starting
-with `HUMAN', then behaviour is as for the \-h option,
+The POSIXLY_CORRECT environment variable determines the choice of unit.
+If it is not set,
+and the BLOCKSIZE environment variable has a value starting
+with `human', then behaviour is as for the \-h option,
unless overridden by \-k or \-m options.
The variables LANG, LC_ALL, LC_CTYPE and LC_MESSAGES have the
usual meaning.