]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
authorStepan Kasal <kasal@ucw.cz>
Wed, 27 Sep 2006 16:47:08 +0000 (16:47 +0000)
committerStepan Kasal <kasal@ucw.cz>
Wed, 27 Sep 2006 16:47:08 +0000 (16:47 +0000)
standard error, `experr' should be used, not `expout'.

ChangeLog
doc/autoconf.texi

index f5292b2bbe18c3cdf6d020f7003193781a57936a..01f0d5491d6d71a0c9d5b7e98d6ea2385e056a90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-27  Stepan Kasal  <kasal@ucw.cz>
+
+       * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
+       standard error, `experr' should be used, not `expout'.
+
 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
index 45bf8c5330cbda474f5e9e5909610c9638853468..0075384cb6ccd13a9c2650e2a8a95e23170b76c1 100644 (file)
@@ -18078,7 +18078,7 @@ The special value @samp{expout} for @var{stdout} means the expected
 output of the @var{commands} is the content of the file @file{expout}.
 If @var{stdout} is @samp{stdout}, then the standard output of the
 @var{commands} is available for further tests in the file @file{stdout}.
-Similarly for @var{stderr} with @samp{expout} and @samp{stderr}.
+Similarly for @var{stderr} with @samp{experr} and @samp{stderr}.
 @end defmac