]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Another tr tweak.
authorEric Blake <ebb9@byu.net>
Thu, 31 Dec 2009 12:31:44 +0000 (05:31 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 31 Dec 2009 12:32:27 +0000 (05:32 -0700)
* doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
previous commit.
Reported by Ralf Wildenhues.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi

index 9f8362595d1012d576789e3be98af65ee2bd4099..b0a4474aa10ef3b11f287eed029b8af69278d3f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 335bb33ae437b777dcd379352bc945d51fa01a93..6e1356e30a3324bb6cd0dfe4699f5ed086d41613 100644 (file)
@@ -18342,7 +18342,7 @@ long as the first.
 @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