autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-409


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-409-g27eace5
Date: Wed, 26 Mar 2008 12:09:21 +0000

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=27eace530230d6909a275fdbd43cf48d0a64184d

The branch, master has been updated
       via  27eace530230d6909a275fdbd43cf48d0a64184d (commit)
      from  ac5e021157088d59f564b311ba3979e050c3af5e (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 27eace530230d6909a275fdbd43cf48d0a64184d
Author: Eric Blake <address@hidden>
Date:   Wed Mar 26 06:07:41 2008 -0600

    Typo fix.
    
    * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
    typos in last patch.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 9842c72..8be5d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-26  Eric Blake  <address@hidden>
+
+       * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
+       typos in last patch.
+       Reported by Ralf Wildenhues.
+
 2008-03-26  Jim Meyering  <address@hidden>
 
        Fix texinfo syntax error.
@@ -22,7 +28,7 @@
 2008-03-26  Eric Blake  <address@hidden>
 
        Document busybox sed bug.
-       * doc/autoconf.texi (Limitations of Usual Tools): Mention
+       * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
        restrictions when using back-references.
        Reported by Vincent Lefevre:
        <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 5ebf0be..dc06bab 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15398,9 +15398,9 @@ an empty regular expression; the workaround is 
repeating the regular
 expression.
 
 @example
address@hidden abc | busybox sed '/a\(b\)c/ s//\1/'}
+$ @kbd{echo abc | busybox sed '/a\(b\)c/ s//\1/'}
 sed: No previous regexp.
address@hidden abc | busybox sed '/a\(b\)c/ s/a\(b\)c/\1/'}
+$ @kbd{echo abc | busybox sed '/a\(b\)c/ s/a\(b\)c/\1/'}
 b
 @end example
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]