summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <mark@2ndQuadrant.com>2020-08-29 10:06:13 -0700
committerMark Wong <mark@2ndQuadrant.com>2020-08-29 10:06:13 -0700
commit7af8bf8dbda9369896f819d83441d20ad659af1e (patch)
tree0760343e9393869af1b14e3cdbdcb3f7a30e7f78
parent11fb8207ec5ef60e160906dfc5c4551b8f2ae6bc (diff)
linux: Fix heading spacing for top i/o
-rw-r--r--machine/m_linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/machine/m_linux.c b/machine/m_linux.c
index 9faa976..50a09cb 100644
--- a/machine/m_linux.c
+++ b/machine/m_linux.c
@@ -169,7 +169,7 @@ static char fmt_header[] =
" PID X SIZE RES STATE XTIME QTIME %CPU LOCKS COMMAND";
char fmt_header_io[] =
-" PID IOPS IORPS IOWPS READS WRITES COMMAND";
+" PID IOPS IORPS IOWPS READS WRITES COMMAND";
/* these are names given to allowed sorting orders -- first is default */
static char *ordernames[] =