]> granicus.if.org Git - sysstat/commitdiff
iostat: Remove trailing colon following "Device" field name
authorSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 7 Jun 2017 09:38:41 +0000 (11:38 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 7 Jun 2017 09:38:41 +0000 (11:38 +0200)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
iostat.c

index cf0b3677a84e507b8609259a732cf74e3d830002..97a6efadc404d94894b95af7fdb3eecc28be4124 100644 (file)
--- a/iostat.c
+++ b/iostat.c
@@ -950,7 +950,7 @@ void write_disk_stat_header(int *fctr, int *tab)
 
        if (DISPLAY_EXTENDED(flags)) {
                /* Extended stats */
-               printf("Device:      ");
+               printf("Device       ");
                if (DISPLAY_SHORT_OUTPUT(flags)) {
                        printf("      tps");
                        if (DISPLAY_MEGABYTES(flags)) {
@@ -981,7 +981,7 @@ void write_disk_stat_header(int *fctr, int *tab)
        }
        else {
                /* Basic stats */
-               printf("Device:            tps");
+               printf("Device             tps");
                if (DISPLAY_KILOBYTES(flags)) {
                        printf("    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn\n");
                }