diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-09-15 13:49:25 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-09-15 13:49:25 +0000 |
commit | 97943087ed94be77d3a42273e8cdafc9f2daf4cf (patch) | |
tree | d9500d8ffc3091fccd63e0ff37d10bd9c9eea360 /man1 | |
parent | f39e2bca7f672e6fe9a23c73286f98677ac72981 (diff) |
To get an effect like "-h", BLOCKSIZE must start with "human", not "HUMAN".
Diffstat (limited to 'man1')
-rw-r--r-- | man1/du.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |