From: Ben Gras Date: Mon, 27 Jun 2005 09:02:33 +0000 (+0000) Subject: ast@ df nits X-Git-Tag: v3.1.0~701 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-dsfromkey.html?a=commitdiff_plain;h=ee5ecc1ad28f8eef83ef5239a399a3763e11f127;p=minix.git ast@ df nits --- 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" ); }