Subject: CVS commit: basesrc/usr.bin/hexdump
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/05/2001 19:46:16
Module Name:	basesrc
Committed By:	bjh21
Date:		Wed Dec  5 17:46:16 UTC 2001

Modified Files:
	basesrc/usr.bin/hexdump: od.1 odsyntax.c

Log Message:
Add a -j option to od, which does the same as the -s option to
hexdump (skipping some of the input).  This brings our od slightly
closer to POSIX.2 conformance.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/hexdump/od.1
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/hexdump/odsyntax.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.