=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/odsyntax.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/hexdump/odsyntax.c 2003/06/12 20:58:09 1.13 --- src/usr.bin/hexdump/odsyntax.c 2006/03/16 01:23:59 1.14 *************** *** 1,4 **** ! /* $OpenBSD: odsyntax.c,v 1.13 2003/06/12 20:58:09 deraadt Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: odsyntax.c,v 1.14 2006/03/16 01:23:59 deraadt Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- *************** *** 32,38 **** #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ ! static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.13 2003/06/12 20:58:09 deraadt Exp $"; #endif /* not lint */ #include --- 32,38 ---- #ifndef lint /*static char sccsid[] = "from: @(#)odsyntax.c 5.4 (Berkeley) 3/8/91";*/ ! static char rcsid[] = "$OpenBSD: odsyntax.c,v 1.14 2006/03/16 01:23:59 deraadt Exp $"; #endif /* not lint */ #include *************** *** 183,189 **** warnx("od(1) has been deprecated for hexdump(1)."); if (ch != '?') warnx( ! "hexdump(1) compatibility doesn't support the -%c option%s\n", ch, ch == 's' ? "; see strings(1)." : "."); oldusage(); } --- 183,190 ---- warnx("od(1) has been deprecated for hexdump(1)."); if (ch != '?') warnx( ! "hexdump(1) compatibility doesn't" ! " support the -%c option%s", ch, ch == 's' ? "; see strings(1)." : "."); oldusage(); } *************** *** 303,310 **** { extern char *__progname; fprintf(stderr, "usage: %s [-aBbcDdeFfHhIiLlOovXx] [-j skip] " ! "[-N length] [-t type_string] " ! "[[+]offset[.][Bb]] [file ...]\n", __progname); exit(1); } --- 304,311 ---- { extern char *__progname; fprintf(stderr, "usage: %s [-aBbcDdeFfHhIiLlOovXx] [-j skip] " ! "[-N length] [-t type_string]\n" ! " [[+]offset[.][Bb]] [file ...]\n", __progname); exit(1); }