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

Diff for /src/usr.bin/hexdump/hexsyntax.c between version 1.7 and 1.8

version 1.7, 2003/06/03 02:56:09 version 1.8, 2003/06/12 20:58:09
Line 48 
Line 48 
 off_t skip;                             /* bytes to skip */  off_t skip;                             /* bytes to skip */
   
 void  void
 newsyntax(argc, argvp)  newsyntax(int argc, char ***argvp)
         int argc;  
         char ***argvp;  
 {  {
         int ch;          int ch;
         char *p, **argv;          char *p, **argv;
Line 124 
Line 122 
 }  }
   
 void  void
 usage()  usage(void)
 {  {
         extern char *__progname;          extern char *__progname;
         fprintf(stderr, "usage: %s [-bcCdovx] [-e fmt] [-f fmt_file] "          fprintf(stderr, "usage: %s [-bcCdovx] [-e fmt] [-f fmt_file] "

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