[SCM] GNU Autoconf source repository branch, master, updated. v2.65-18-g57aa091

"Eric Blake" <[email protected]> Thu, 31 Dec 2009 12:34:11 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=57aa091236d21c1c674cb5172a8e3425bc74ed56

The branch, master has been updated
       via  57aa091236d21c1c674cb5172a8e3425bc74ed56 (commit)
      from  8c323c07b5c240daae1e636a01bd66892d5e89eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 57aa091236d21c1c674cb5172a8e3425bc74ed56
Author: Eric Blake <[email protected]>
Date:   Thu Dec 31 05:31:44 2009 -0700

    Another tr tweak.
    
    * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
    previous commit.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    7 +++++++
 doc/autoconf.texi |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9f83625..b0a4474 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-31  Eric Blake  <[email protected]>
+
+	Another tr tweak.
+	* doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
+	previous commit.
+	Reported by Ralf Wildenhues.
+
 2009-12-29  Eric Blake  <[email protected]>
 
 	Improve documentation on tr portability.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 335bb33..6e1356e 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -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
 


hooks/post-receive
-- 
GNU Autoconf source repository