diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-10-05 21:20:56 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-10-05 21:20:56 +0000 |
| commit | cb52d9ccc5059fdcfcfd01761cfc6588c539e550 (patch) | |
| tree | 4c19dfef6ecef1d48583a17ec028759e615cec8b /usr.bin/top | |
| parent | ff0894cf3cdcd27c3a4f9aa5778427b596416396 (diff) | |
Notes
Diffstat (limited to 'usr.bin/top')
| -rw-r--r-- | usr.bin/top/machine.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 7eb3cdbb56ca..82a419d2e93e 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"; |
