aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2008-12-26 11:11:30 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2008-12-26 11:11:30 +0000
commit491c34ec7ecf5e8a6c37e354388d3069a04351ea (patch)
tree72b232d7bb6e7756a00102eafce4ebbd89168bae /usr.bin/top
parentc0c660131181409a2a72d2c466ff8dd1367707eb (diff)
downloadsrc-491c34ec7ecf5e8a6c37e354388d3069a04351ea.tar.gz
src-491c34ec7ecf5e8a6c37e354388d3069a04351ea.zip
Right align the CPU column header.
Notes
Notes: svn path=/head/; revision=186499
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 9754c6d35c24..746ab5f46d8e 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"