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

Diff for /src/usr.bin/hexdump/odsyntax.c between version 1.13 and 1.14

version 1.13, 2003/06/12 20:58:09 version 1.14, 2006/03/16 01:23:59
Line 183 
Line 183 
                         warnx("od(1) has been deprecated for hexdump(1).");                          warnx("od(1) has been deprecated for hexdump(1).");
                         if (ch != '?')                          if (ch != '?')
                                 warnx(                                  warnx(
 "hexdump(1) compatibility doesn't support the -%c option%s\n",                                      "hexdump(1) compatibility doesn't"
                                       " support the -%c option%s",
                                     ch, ch == 's' ? "; see strings(1)." : ".");                                      ch, ch == 's' ? "; see strings(1)." : ".");
                         oldusage();                          oldusage();
                 }                  }
Line 303 
Line 304 
 {  {
         extern char *__progname;          extern char *__progname;
         fprintf(stderr, "usage: %s [-aBbcDdeFfHhIiLlOovXx] [-j skip] "          fprintf(stderr, "usage: %s [-aBbcDdeFfHhIiLlOovXx] [-j skip] "
                         "[-N length] [-t type_string] "              "[-N length] [-t type_string]\n"
                         "[[+]offset[.][Bb]] [file ...]\n", __progname);              "          [[+]offset[.][Bb]] [file ...]\n", __progname);
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14