[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.6 and 1.7

version 1.6, 1996/08/06 20:41:19 version 1.7, 1996/08/08 10:41:01
Line 198 
Line 198 
 usage()  usage()
 {  {
         fprintf(stderr, "usage: systat [-M core] [-N system] [-w wait]\n");          fprintf(stderr, "usage: systat [-M core] [-N system] [-w wait]\n");
           fprintf(stderr,
               "              [iostat|mbufs|netstat|pigs|swap|vmstat]\n");
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7