1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-08-01 10:46:53 +03:00
Files
coreutils/man/od.x
Pádraig Brady ae29897e70 doc: fix an example in the od man page
* man/od.x: s/-w 16/-w16/ as -w takes an optional
parameter and so the space is significant.
2013-01-24 01:38:17 +00:00

12 lines
234 B
Plaintext

[NAME]
od \- dump files in octal and other formats
[DESCRIPTION]
.\" Add any additional description here
[EXAMPLES]
.TP
.B od -A x -t x1z -v
Display hexdump format output
.TP
.B od -A o -t oS -w16
The default output format used by od