doc: clarify the printable characters output by od
commita24e4a01cac38be198177acf5e704c70988ab1fb
authorPádraig Brady <P@draigBrady.com>
Fri, 22 Mar 2013 15:33:57 +0000 (22 15:33 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 22 Mar 2013 16:18:45 +0000 (22 16:18 +0000)
tree62cc67b1b7261e2d98fe57d078f4eaab0989e30e
parent33242826650b8ed4ea5cfca646cb63bd0ff96d3e
doc: clarify the printable characters output by od

* src/od.c (usage): Mention any printable character is output,
Not just ASCII.
* doc/coreutils.texi (od invocation): Further clarify that only
single byte characters are output (due to the alignment requirement).
Also mention the fact that 3 digit octal sequences are output
for non printable characters without a corresponding C escape.
Reported in http://bugs.gnu.org/13947
doc/coreutils.texi
src/od.c