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

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.87 and 1.88

version 1.87, 2004/06/28 01:45:51 version 1.88, 2004/06/28 21:49:35
Line 1216 
Line 1216 
 void  void
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr, "usage: %s [-fimst] [-c count] [-M core] "          (void)fprintf(stderr, "usage: %s [-fimstvz] [-c count] [-M core] "
             "[-N system] [-w wait] [disks]\n", __progname);              "[-N system] [-w wait] [disks]\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88