summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-10-05 21:20:56 +0000
committerfsmp <fsmp@FreeBSD.org>1997-10-05 21:20:56 +0000
commit4de1398f08dd92a210b4fcececb704b42fbf6c82 (patch)
tree538a70f608debfdb86efbd6813a6320c21767f83 /usr.bin/top
parent692805a7ce651526f13684e8ec56221dd3f75d1a (diff)
downloadFreeBSD-src-4de1398f08dd92a210b4fcececb704b42fbf6c82.zip
FreeBSD-src-4de1398f08dd92a210b4fcececb704b42fbf6c82.tar.gz
For SMP, add a space between the state name and the CPU#.
Everything following bumps right 1 character.
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/machine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 7eb3cdb..82a419d 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -17,7 +17,7 @@
* Steven Wallace <swallace@freebsd.org>
* Wolfram Schneider <wosch@FreeBSD.org>
*
- * $Id: machine.c,v 1.6 1997/08/27 03:48:25 peter Exp $
+ * $Id: machine.c,v 1.7 1997/09/28 00:59:04 peter Exp $
*/
@@ -125,10 +125,10 @@ static struct nlist nlst[] = {
*/
static char smp_header[] =
- " PID %-*.*s PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND";
+ " PID %-*.*s PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND";
#define smp_Proc_format \
- "%5d %-*.*s %3d %3d%7s %6s %-6.6s%1x%7s %5.2f%% %5.2f%% %.*s"
+ "%5d %-*.*s %3d %3d%7s %6s %-6.6s %1x%7s %5.2f%% %5.2f%% %.*s"
static char up_header[] =
" PID %-*.*s PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND";
OpenPOWER on IntegriCloud