]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 25 May 2006 17:23:11 +0000 (17:23 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 25 May 2006 17:23:11 +0000 (17:23 +0000)
Fix description of how the buggy `sed' works.

ChangeLog
doc/autoconf.texi

index 359a58edb0ccb33450d98a3552f8e07741ce8a03..49566cc9b98ba1e27a8926efe79dd0e63d680832 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
+       Fix description of how the buggy `sed' works.
+
 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
 
        Sync from Automake:
index af79b3a4c4d24ea8bce6429027bb953f032650b6..45c4be7de90f3c346a962311199b47db1392d8a2 100644 (file)
@@ -13370,8 +13370,8 @@ kept
 deleted
 @end example
 
-Why?  When processing line 1, (a) matches, therefore sets the @samp{t}
-flag, (b)b jumps to (d), and the output is produced.  When processing
+Why?  When processing line 1, (c) matches, therefore sets the @samp{t}
+flag, and the output is produced.  When processing
 line 2, the @samp{t} flag is still set (this is the bug).  Command (a)
 fails to match, but @command{sed} is not supposed to clear the @samp{t}
 flag when a substitution fails.  Command (b) sees that the flag is set,