[BACK]Return to machine.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/machine.c between version 1.63 and 1.64

version 1.63, 2007/11/01 19:19:48 version 1.64, 2009/04/28 21:24:41
Line 69 
Line 69 
  *  These definitions control the format of the per-process area   *  These definitions control the format of the per-process area
  */   */
 static char header[] =  static char header[] =
         "  PID X        PRI NICE  SIZE   RES STATE    WAIT      TIME    CPU COMMAND";          "  PID X        PRI NICE  SIZE   RES STATE     WAIT      TIME    CPU COMMAND";
   
 /* 0123456   -- field to fill in starts at header+6 */  /* 0123456   -- field to fill in starts at header+6 */
 #define UNAME_START 6  #define UNAME_START 6
   
 #define Proc_format \  #define Proc_format \
         "%5d %-8.8s %3d %4d %5s %5s %-8s %-7.7s %6s %5.2f%% %s"          "%5d %-8.8s %3d %4d %5s %5s %-9s %-7.7s %6s %5.2f%% %s"
   
 /* process state names for the "STATE" column of the display */  /* process state names for the "STATE" column of the display */
 /*  /*

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64