From ee5ecc1ad28f8eef83ef5239a399a3763e11f127 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 27 Jun 2005 09:02:33 +0000 Subject: [PATCH] ast@ df nits --- commands/simple/df.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/simple/df.c b/commands/simple/df.c index 2f1c05e88..9dc6dd6cb 100755 --- a/commands/simple/df.c +++ b/commands/simple/df.c @@ -122,8 +122,8 @@ Filesystem Inodes IUsed IFree %%IUsed Mounted on\n", unitsize); } else { printf("%s\n", !iflag ? "\ -Filesystem 1k-Blocks free used % FUsed% Mounted on" : "\ -Filesystem Files free used % BUsed% Mounted on" +Filesystem 1K-Blocks Free Used % Files% Mounted on" : "\ +Filesystem Files Free Used % BUsed% Mounted on" ); } -- 2.44.0