Tweak column headers a tad for when running in SMP mode.

This commit is contained in:
Peter Wemm 1997-04-19 20:28:50 +00:00
parent 2690f9b182
commit 524a8761b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25032

View File

@ -17,7 +17,7 @@
* Steven Wallace <swallace@freebsd.org>
* Wolfram Schneider <wosch@FreeBSD.org>
*
* $Id: m_freebsd2.c,v 1.15 1997/02/21 08:47:59 asami Exp $
* $Id: machine.c,v 1.1.1.1 1997/03/23 18:55:20 joerg Exp $
*/
@ -122,7 +122,7 @@ static struct nlist nlst[] = {
#ifdef P_IDLEPROC /* FreeBSD SMP kernel */
static char header[] =
" PID X PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND";
" PID X PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND";
/* 0123456 -- field to fill in starts at header+6 */
#define UNAME_START 6