summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-12-26 11:11:30 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-12-26 11:11:30 +0000
commit53844c48501e6f859d33ac8536751f99ac6f1d94 (patch)
tree72b232d7bb6e7756a00102eafce4ebbd89168bae /usr.bin/top
parentea7e9a42ea936f90bbe124583f056dbcdab3d1b7 (diff)
downloadFreeBSD-src-53844c48501e6f859d33ac8536751f99ac6f1d94.zip
FreeBSD-src-53844c48501e6f859d33ac8536751f99ac6f1d94.tar.gz
Right align the CPU column header.
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/machine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 9754c6d..746ab5f 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -106,9 +106,9 @@ static char io_header[] =
"%5d%s %-*.*s %6ld %6ld %6ld %6ld %6ld %6ld %6.2f%% %.*s"
static char smp_header_thr[] =
- " PID%s %-*.*s THR PRI NICE SIZE RES STATE C TIME %6s COMMAND";
+ " PID%s %-*.*s THR PRI NICE SIZE RES STATE C TIME %6s COMMAND";
static char smp_header[] =
- " PID%s %-*.*s " "PRI NICE SIZE RES STATE C TIME %6s COMMAND";
+ " PID%s %-*.*s " "PRI NICE SIZE RES STATE C TIME %6s COMMAND";
#define smp_Proc_format \
"%5d%s %-*.*s %s%3d %4s%7s %6s %-6.6s %2d%7s %5.2f%% %.*s"
OpenPOWER on IntegriCloud