* doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
previous commit.
Reported by Ralf Wildenhues.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-12-31 Eric Blake <ebb9@byu.net>
+
+ Another tr tweak.
+ * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
+ previous commit.
+ Reported by Ralf Wildenhues.
+
2009-12-29 Eric Blake <ebb9@byu.net>
Improve documentation on tr portability.
@example
$ @kbd{echo abc | /usr/xpg4/bin/tr bc d}
adc
-$ @kbd{echo abc | tr bc d}
+$ @kbd{echo abc | coreutils/tr bc d}
add
@end example