[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.66 and 1.67

version 1.66, 2009/06/04 19:01:30 version 1.67, 2009/07/18 06:12:41
Line 165 
Line 165 
                 }                  }
   
                 case 'S':       /* show system processes */                  case 'S':       /* show system processes */
                         ps.system = Yes;                          ps.system = !ps.system;
                         old_system = Yes;                          old_system = !old_system;
                         break;                          break;
   
                 case 'T':       /* show threads */                  case 'T':       /* show threads */

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67