=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/hexsyntax.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/hexdump/hexsyntax.c 2009/10/27 23:59:39 1.11 +++ src/usr.bin/hexdump/hexsyntax.c 2011/05/06 15:46:29 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: hexsyntax.c,v 1.11 2009/10/27 23:59:39 deraadt Exp $ */ +/* $OpenBSD: hexsyntax.c,v 1.12 2011/05/06 15:46:29 otto Exp $ */ /* $NetBSD: hexsyntax.c,v 1.8 1998/04/08 23:48:57 jeremy Exp $ */ /*- @@ -115,7 +115,7 @@ if (!fshead) { add("\"%07.7_Ax\n\""); - add("\"%07.7_ax \" 8/2 \"%04x \" \"\\n\""); + add("\"%07.7_ax \" 8/2 \" %04x \" \"\\n\""); } *argvp += optind;