summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
AgeCommit message (Collapse)Author
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-05simple strcpy replacement; miod okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-01-06C-style; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06wrong word; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-04-08Correct usage() for od syntax; Peter StrombergTodd C. Miller
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-30Changes come from NetBSD, Lite-2 and me. ok deraadtPeter Valchev
od(1): - Enable support for printing 8-byte integers. - Added -C option for hexadecimal+ASCII display. - Fix od so it displays short files containing nulls. - POSIXification: The C, S, I and L modifiers now behave correctly, specifying output in units of a char, short, int and long (as defined by the host system) respectively. Support -N, equivalent to hexdump's -n (format only COUNT bytes of input). Add -j option which does the same thing as -s in hexdump (skipping some of the input). hexdump(1): - POSIX.2 doesn't specify hexdump so it can't be compatible with it... - add missing trailing \n in usage() printf
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-02replace fprintf(stderr)/exit w/ err/warnMichael Shalayeff
2001-09-30-Wall cleanup; ok deraadtPeter Valchev
2001-07-18-Wall cleanupPeter Valchev
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-07Various cleanup.Aaron Campbell
1999-07-21sync names of arguments in SYNOPSIS with those in the option's descriptionAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-02-07fgets -> fgetln, don't lie about lines being too longAaron Campbell
1998-12-16for less than 16 NUL bytes, do not print a * line; dillonTheo de Raadt
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-08-11detect a format string of spaces only as bad format.Niels Provos
1997-09-02delete adb(1) Xrefkstailey
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-10"the the" purgeTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-05-24need string.hTheo de Raadt
1996-05-21use existing protosTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt