Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/hexdump
Module Name: src
Committed By: drochner
Date: Wed Sep 3 16:32:57 UTC 2008
Modified Files:
src/usr.bin/hexdump: od.1 odsyntax.c
Log Message:
Support -the "-A addressformat" flag for od(1), from FreeBSD.
(I found a script which tries to figure out the byteorder of a box
by "od -An | grep", but it is POSIX anyway.)
There is a little behavioural change: The whitespace without any arguments
is like "-to2" now; before it was custom. It's not worse imho.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/usr.bin/hexdump/od.1
cvs rdiff -r1.24 -r1.25 src/usr.bin/hexdump/odsyntax.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index