From 184968f4a86e1b51aafc40175857c159bb186ecd Mon Sep 17 00:00:00 2001 From: Apple Date: Mon, 2 Jul 2012 22:51:46 +0000 Subject: [PATCH] file_cmds-220.7.tar.gz --- df/df.1 | 3 +++ df/df.c | 1 + 2 files changed, 4 insertions(+) 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"); } -- 2.7.4