]> granicus.if.org Git - sysstat/commitdiff
Replace "Mb" with "MB" in filesystems statistics header line
authorseb <sysstat@orange.fr.fake>
Sun, 5 May 2013 15:55:51 +0000 (17:55 +0200)
committerseb <sysstat@orange.fr.fake>
Sun, 5 May 2013 15:55:51 +0000 (17:55 +0200)
"Mb" could be confused with MBits. So use "MB" to indicate that
filesystem usage is actually expressed in MBytes (MiB in fact).

activity.c

index b1aba3766f0a9db016d57b0100832cfc897f51f2..c05d1cc3c4ad9b660afe10096b5e648509c59f69 100644 (file)
@@ -1214,7 +1214,7 @@ struct activity filesystem_act = {
        .f_render       = render_filesystem_stats,
        .f_xml_print    = xml_print_filesystem_stats,
        .f_json_print   = json_print_filesystem_stats,
-       .hdr_line       = "Mbfsfree;Mbfsused;%fsused;%ufsused;Ifree;Iused;%Iused;FILESYSTEM",
+       .hdr_line       = "MBfsfree;MBfsused;%fsused;%ufsused;Ifree;Iused;%Iused;FILESYSTEM",
        .name           = "A_FILESYSTEM",
 #endif
        .nr             = -1,