From 47ff7adaa21056ee5e3e8bbcd72f052e1b03816a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Oct 1993 03:11:02 +0000 Subject: Change `fprintf (stdout' to `printf ('. --- src/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/df.c') diff --git a/src/df.c b/src/df.c index 588060ff4..55249076e 100644 --- a/src/df.c +++ b/src/df.c @@ -483,7 +483,7 @@ Usage: %s [OPTION] [PATH]...\n\ program_name); if (status == 0) - fprintf (stdout, "\ + printf ("\ -a, --all include filesystems having 0 blocks\n\ -i, --inodes list inode information instead of block usage\n\ -k, --kilobytes use 1024 blocks, not 512 despite POSIXLY_CORRECT\n\ -- cgit v1.2.3-54-g00ecf