diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-02-06 21:19:30 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-02-06 21:19:30 +0000 |
commit | a2d2b97760e11b1ea18562858b7f22f6a57a789c (patch) | |
tree | 2e8cc16d1aba2bf45992354b91c08b73dd85c2b2 /usr.bin/hexdump/od.1 | |
parent | 237459c70b807a4ff3a3699aa2a8c5239efff9a0 (diff) |
document -D; ok jmc@
Diffstat (limited to 'usr.bin/hexdump/od.1')
-rw-r--r-- | usr.bin/hexdump/od.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index ab388bf2b0e..f31edb73ba3 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: od.1,v 1.14 2007/02/06 20:29:59 jmc Exp $ +.\" $OpenBSD: od.1,v 1.15 2007/02/06 21:19:29 otto Exp $ .\" $NetBSD: od.1,v 1.16 2001/12/07 01:23:42 bjh21 Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -101,6 +101,10 @@ space-separated, three column, space-filled, characters of input data per line. Control characters are printed as c style escapes, or as three octal digits, if no c escape exists for the character. +.It Fl D +.Em Four-byte octal display. +Display the input offset in octal, followed by four space-separated, +ten column, space filled, four-byte units of input data, in octal, per line. .It Fl d .Em Two-byte decimal display . Display the input offset in octal, followed by eight |