summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-02-27 19:12:08 +0100
committerJim Meyering <jim@meyering.net>2007-02-27 19:33:03 +0100
commit817d0261eb5493c626e07f570bd28c155857b584 (patch)
treec7dfb6248822d460698ed38d8e4930eb304a802b /NEWS
parent898d3df2f803f9d8c6967affee6a0e4ae6f89f13 (diff)
downloadcoreutils-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--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08724b719..65a7d529b 100644
--- a/NEWS
+++ b/NEWS
@@ -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]