[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.103 and 1.104

version 1.103, 2020/06/23 19:12:47 version 1.104, 2020/06/24 23:56:01
Line 83 
Line 83 
         "%5d %-8.8s %3d %4d %5s %5s %-9s %-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 */
 /*  
  * the extra nulls in the string "run" are for adding a slash and the  
  * processor number when needed  
  */  
   
 char    *state_abbrev[] = {  char    *state_abbrev[] = {
         "", "start", "run", "sleep", "stop", "zomb", "dead", "onproc"          "", "start", "run", "sleep", "stop", "zomb", "dead", "onproc"
 };  };

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104