OpenBSD CVS

CVS log for src/usr.bin/hexdump/od.1


[BACK] Up to [local] / src / usr.bin / hexdump

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Sat Sep 3 06:55:01 2022 UTC (20 months, 2 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

use past tense for history;

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jan 16 16:46:47 2020 UTC (4 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 16 08:47:26 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.30: +17 -12 lines
Diff to previous 1.30 (colored)

Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax:
Make it work with decimal offsets and with standard input.
Also fix the documentation; it showed the argument in the wrong place.
According to XSI (and our code), it must come *after* the filename,
and it can be used with at most one single filename.
Remove it from the SYNOPSIS; it only provides a subset of -j,
is less standard and contains lots of traps (i counted 7 distinct traps).
Instead, mention it as an alternative below -j where it belongs.
Also fix some markup quirks (that's what originally made me find this mess).
Feedback and OK sobrado@ jmc@.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Apr 19 09:24:28 2014 UTC (10 years, 1 month ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.29: +4 -3 lines
Diff to previous 1.29 (colored)

do not mark od(1) as deprecated.

ok jmc@, millert@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Apr 15 21:00:13 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.28: +11 -1 lines
Diff to previous 1.28 (colored)

document which bits are xsi; ok millert sobrado

Revision 1.28 / (download) - annotate - [select for diffs], Tue Apr 15 18:08:58 2014 UTC (10 years, 1 month ago) by sobrado
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

add a STANDARDS section; pointed out by jmc@

Revision 1.27 / (download) - annotate - [select for diffs], Tue Apr 15 15:35:24 2014 UTC (10 years, 1 month ago) by sobrado
Branch: MAIN
Changes since 1.26: +10 -6 lines
Diff to previous 1.26 (colored)

add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;
remove cross reference to strings(1), it only made sense in the context of
the old 4.3BSD od(1)'s -s flag.

ok jmc@, millert@

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 14 22:51:20 2014 UTC (10 years, 1 month ago) by sobrado
Branch: MAIN
Changes since 1.25: +5 -20 lines
Diff to previous 1.25 (colored)

add a description for this filter similar to what POSIX and FreeBSD use;
do not mark od(1) as deprecated, and remove language that says it is really
just hexdump(1); do not mention options supported by the old 4.3BSD od(1)
that we no longer provide.

ok jmc@, millert@

Revision 1.25 / (download) - annotate - [select for diffs], Fri May 6 19:26:22 2011 UTC (13 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

a od -> an od;

Revision 1.24 / (download) - annotate - [select for diffs], Thu Oct 7 16:59:01 2010 UTC (13 years, 7 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.23: +4 -2 lines
Diff to previous 1.23 (colored)

use a .Bk/.Ek block to avoid breaking options with arguments.

ok jmc@

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 3 11:09:29 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

add an EXIT STATUS section for /usr/bin;

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 23 08:43:03 2010 UTC (14 years, 2 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.21: +15 -2 lines
Diff to previous 1.21 (colored)

Add POSIX -A option to od and simplify a bit.  From FreeBSD.
jmc@ and millert@ input and ok.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:10 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:21 2008 UTC (15 years, 10 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.19: +2 -9 lines
Diff to previous 1.19 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 31 19:20:11 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

convert to new .Dd format;

Revision 1.18 / (download) - annotate - [select for diffs], Wed May 30 06:45:56 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.17: +11 -1 lines
Diff to previous 1.17 (colored)

some i missed...
- consistent text for STANDARDS
- note which options are extensions to POSIX

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 7 12:18:45 2007 UTC (17 years, 3 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.16: +9 -9 lines
Diff to previous 1.16 (colored)

its four-byte, not four byte; ok jmc@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 7 06:10:59 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

space before punctuation;

Revision 1.15 / (download) - annotate - [select for diffs], Tue Feb 6 21:19:29 2007 UTC (17 years, 3 months ago) by otto
Branch: MAIN
Changes since 1.14: +5 -1 lines
Diff to previous 1.14 (colored)

document -D; ok jmc@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 6 20:29:59 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.13: +3 -9 lines
Diff to previous 1.13 (colored)

sync synopsis and usage();

Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 6 20:23:23 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

+.Ex -std od

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:10 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.11: +35 -24 lines
Diff to previous 1.11 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 6 09:04:30 2003 UTC (21 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

C-style; jmc@prioris.mini.pw.edu.pl

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 6 08:47:58 2003 UTC (21 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

wrong word; jmc@prioris.mini.pw.edu.pl

Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 30 08:17:32 2001 UTC (22 years, 4 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.8: +262 -31 lines
Diff to previous 1.8 (colored)

Changes come from NetBSD, Lite-2 and me.  ok deraadt
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

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 11 21:40:07 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Various cleanups and standardizations.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 7 21:11:10 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Various cleanup.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 7 10:50:07 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
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.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jul 4 11:53:55 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

correct use of .Nm; some other formatting nits

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 2 20:11:45 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

consistent .Dd usage; proper format is: .Dd Month DD, YYYY

Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 26 19:54:51 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

usr.bin/ man page fixes, f-m.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:34:20 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:23 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:23 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.