From 97943087ed94be77d3a42273e8cdafc9f2daf4cf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Sep 2005 13:49:25 +0000 Subject: [PATCH] To get an effect like "-h", BLOCKSIZE must start with "human", not "HUMAN". --- man1/du.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man1/du.1 b/man1/du.1 index 73682b218..152b153a0 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.