diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-02-27 19:12:08 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-27 19:33:03 +0100 |
commit | 817d0261eb5493c626e07f570bd28c155857b584 (patch) | |
tree | c7dfb6248822d460698ed38d8e4930eb304a802b /NEWS | |
parent | 898d3df2f803f9d8c6967affee6a0e4ae6f89f13 (diff) | |
download | coreutils-817d0261eb5493c626e07f570bd28c155857b584.tar.xz |
Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.
* NEWS: With -P, the default block size and output format is not
affected by DF_BLOCK_SIZE, BLOCK_SIZE, or BLOCKSIZE.
* src/df.c (main): Implement this.
* doc/coreutils.texi (df invocation): With -P, the default block size
and output format is not affected by DF_BLOCK_SIZE, BLOCK_SIZE, or
BLOCKSIZE.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release 6.8+ (????-??-??) [not-unstable] +** Bug fixes + + The default block size and output format for df -P are now unaffected by + the DF_BLOCK_SIZE, BLOCK_SIZE, and BLOCKSIZE environment variables. It + is still affected by POSIXLY_CORRECT, though. * Noteworthy changes in release 6.8 (2007-02-24) [not-unstable] |