]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Feb 2007 18:12:08 +0000 (19:12 +0100)
committerJim Meyering <jim@meyering.net>
Tue, 27 Feb 2007 18:33:03 +0000 (19:33 +0100)
commit817d0261eb5493c626e07f570bd28c155857b584
treec7dfb6248822d460698ed38d8e4930eb304a802b
parent898d3df2f803f9d8c6967affee6a0e4ae6f89f13
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.
ChangeLog
NEWS
doc/ChangeLog
doc/coreutils.texi
src/df.c