doc: specify how tr, echo, printf treat octal numbers
authorOndřej Vašík <ovasik@redhat.com>
Fri, 14 Jan 2011 15:38:57 +0000 (16:38 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 15 Jan 2011 10:49:31 +0000 (11:49 +0100)
commit442b068ac1573ae00fdf029ddb77b35fdcdf8fc0
treec2156735166ac2246efa24b2017e18b754ea2879
parenteab97b3075060f027189f6592df9488a276a6732
doc: specify how tr, echo, printf treat octal numbers

* doc/coreutils.texi (tr's Character sets): Document how a 9-bit
octal value is interpreted.  tr does not ignore the ninth bit.
(echo invocation, printf invocation): Document that any ninth
bit in \OOO is ignored. (http://debbugs.gnu.org/7574)
doc/coreutils.texi