From: Jim Meyering Date: Wed, 28 Jan 1998 08:09:56 +0000 (+0000) Subject: (print_header): Change format to align heading over X-Git-Tag: FILEUTILS-3_16m~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b739e3174f44655f738a8438f0ac8648cc4871;p=thirdparty%2Fcoreutils.git (print_header): Change format to align heading over last column of `df -i' output. From Andreas Schwab. --- diff --git a/src/df.c b/src/df.c index 4719502b09..450ca5dace 100644 --- a/src/df.c +++ b/src/df.c @@ -141,7 +141,7 @@ print_header (void) printf (" "); if (inode_format) - printf (" Inodes IUsed IFree %%IUsed"); + printf (" Inodes IUsed IFree %%IUsed "); else if (output_units == 1024 * 1024) printf (" MB-blocks Used Available Capacity");