From: seb Date: Sun, 5 May 2013 15:55:51 +0000 (+0200) Subject: Replace "Mb" with "MB" in filesystems statistics header line X-Git-Tag: v10.1.6~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bc523bd60bb19c4aa053bfd91fe14379b7edb7e;p=sysstat Replace "Mb" with "MB" in filesystems statistics header line "Mb" could be confused with MBits. So use "MB" to indicate that filesystem usage is actually expressed in MBytes (MiB in fact). --- diff --git a/activity.c b/activity.c index b1aba37..c05d1cc 100644 --- a/activity.c +++ b/activity.c @@ -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,