diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-02-18 11:08:47 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-02-18 11:08:47 +0000 |
| commit | a28d666c497b6a8e7977f124f904f2abcfcfa093 (patch) | |
| tree | ed79bdf52f2a2a97a2ce1db84a8dbde85d3923ce | |
| parent | d1d2ed0e78a88c7873a394b9e4f593caf8b93cfc (diff) | |
Notes
| -rw-r--r-- | usr.bin/top/machine.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index a2d42bd4cf2a..ff5e0a8b2cfb 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -108,16 +108,16 @@ 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 %4d%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"; + " PID %-*.*s PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND"; #define up_Proc_format \ - "%5d %-*.*s %3d %3d%7s %6s %-6.6s%.0d%7s %5.2f%% %5.2f%% %.*s" + "%5d %-*.*s %3d %4d%7s %6s %-6.6s%.0d%7s %5.2f%% %5.2f%% %.*s" |
