From 817d0261eb5493c626e07f570bd28c155857b584 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Feb 2007 19:12:08 +0100 Subject: 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. --- doc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index 6835cf7bc..f296614f0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-02-27 Paul Eggert + + * coreutils.texi (df invocation): With -P, the default block size + and output format is not affected by DF_BLOCK_SIZE, BLOCK_SIZE, or + BLOCKSIZE. + 2007-01-30 Paul Eggert * coreutils.texi -- cgit v1.2.3-54-g00ecf