[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.108 and 1.109

version 1.108, 2007/12/30 13:29:52 version 1.109, 2008/03/16 11:11:59
Line 1145 
Line 1145 
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr, "usage: %s [-fimstvz] [-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] [disk ...]\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109