doc: od --strings: clarify operation
commit66ea09b0fecb4fa1e4de78e3738bdbb1442b3f31
authorPádraig Brady <P@draigBrady.com>
Thu, 8 Jun 2023 09:58:10 +0000 (8 10:58 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 8 Jun 2023 10:06:20 +0000 (8 11:06 +0100)
treec45aa7dc894bfbb5cae1f4dd693ac65269d9fe47
parentc2173c0a52925245d4fe27890f9ced1b5d860372
doc: od --strings: clarify operation

* doc/coreutils.texi (od invocation): Remove mention of ASCII,
as all printable characters in unibyte locales are output.
* src/od.c (usage): Clarify that only NUL terminated strings
are displayed, and that it's printable chars, not only graphic chars
that are output. I.e., spaces are output also if part of the string.
Reported at https://bugs.ddebian.org/1037217
doc/coreutils.texi
src/od.c