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

Diff for /src/usr.bin/kdump/kdump.c between version 1.35 and 1.36

version 1.35, 2006/05/11 07:24:03 version 1.36, 2006/05/11 12:26:42
Line 656 
Line 656 
   
         extern char *__progname;          extern char *__progname;
         fprintf(stderr, "usage: %s "          fprintf(stderr, "usage: %s "
             "[-dnlRTxX] [-e emulation] [-p pid] [-f trfile] [-m maxdata] "              "[-dnlRTXx] [-e emulation] [-p pid] [-f trfile] [-m maxdata] "
             "[-t [ceinsw]]\n", __progname);              "[-t [ceinsw]]\n", __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36