From 7af8bf8dbda9369896f819d83441d20ad659af1e Mon Sep 17 00:00:00 2001 From: Mark Wong Date: Sat, 29 Aug 2020 10:06:13 -0700 Subject: linux: Fix heading spacing for top i/o Follow up to f3a30cd1b356b37e44f8b2c5bb1a564a906a3dfd. --- machine/m_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = -- cgit v1.2.3