Date: Fri, 17 May 2002 00:14:56 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c Message-ID: <200205170714.g4H7Eu950625@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/05/17 00:14:56 PDT Modified files: usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c Log: Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that SUSv3 requires and give od a proper manual page. PR: 36783 Revision Changes Path 1.5 +0 -4 src/usr.bin/hexdump/conv.c 1.15 +7 -3 src/usr.bin/hexdump/display.c 1.13 +175 -20 src/usr.bin/hexdump/od.1 1.13 +233 -51 src/usr.bin/hexdump/odsyntax.c 1.9 +9 -8 src/usr.bin/hexdump/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205170714.g4H7Eu950625>