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

Diff for /src/usr.bin/top/top.c between version 1.16 and 1.17

version 1.16, 2002/04/21 18:52:33 version 1.17, 2002/06/14 21:35:00
Line 544 
Line 544 
         {          {
             /* determine number of processes to actually display */              /* determine number of processes to actually display */
             /* this number will be the smallest of:  active processes,              /* this number will be the smallest of:  active processes,
                number user requested, number current screen accomodates */                 number user requested, number current screen accommodates */
             active_procs = system_info.p_active;              active_procs = system_info.p_active;
             if (active_procs > topn)              if (active_procs > topn)
             {              {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17