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

Diff for /src/usr.bin/systat/main.c between version 1.58 and 1.59

version 1.58, 2011/03/31 06:12:34 version 1.59, 2011/04/05 07:35:32
Line 327 
Line 327 
         case 's':          case 's':
                 command_set(&cm_delay, NULL);                  command_set(&cm_delay, NULL);
                 break;                  break;
           case ',':
                   separate_thousands = !separate_thousands;
                   gotsig_alarm = 1;
                   break;
         case ':':          case ':':
                 command_set(&cm_compat, NULL);                  command_set(&cm_compat, NULL);
                 break;                  break;

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59