From: Apple Date: Mon, 2 Jul 2012 22:51:46 +0000 (+0000) Subject: file_cmds-220.7.tar.gz X-Git-Tag: mac-os-x-1082^0 X-Git-Url: https://git.saurik.com/apple/file_cmds.git/commitdiff_plain/184968f4a86e1b51aafc40175857c159bb186ecd?ds=inline file_cmds-220.7.tar.gz --- diff --git a/df/df.1 b/df/df.1 index 756724f..4560ab9 100644 --- a/df/df.1 +++ b/df/df.1 @@ -100,6 +100,9 @@ digits to three or less using base 2 for sizes. .It Fl i Include statistics on the number of free inodes. This option is now the default to conform to .St -susv3 +Use +.Fl P +to suppress this output. .It Fl k Use 1024-byte (1-Kbyte) blocks, rather than the default. Note that this overrides the diff --git a/df/df.c b/df/df.c index ff06846..b7321f2 100644 --- a/df/df.c +++ b/df/df.c @@ -172,6 +172,7 @@ main(int argc, char *argv[]) /* -k overrides -P */ putenv("BLOCKSIZE=512"); } + iflag = 0; } else { putenv("BLOCKSIZE=512"); }