]> Zhao Yanbai Git Server - minix.git/commitdiff
ast@ df nits
authorBen Gras <ben@minix3.org>
Mon, 27 Jun 2005 09:02:33 +0000 (09:02 +0000)
committerBen Gras <ben@minix3.org>
Mon, 27 Jun 2005 09:02:33 +0000 (09:02 +0000)
commands/simple/df.c

index 2f1c05e880e1bba151de6e772b582c57489ed0b9..9dc6dd6cbd7764b6d90403a5efe379571a9eeb66 100755 (executable)
@@ -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"
        );
   }