From: Stepan Kasal Date: Wed, 27 Sep 2006 16:47:08 +0000 (+0000) Subject: * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for X-Git-Tag: AUTOCONF-2.60b~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f2142f485ba022a5f87fe69544845df410fe00;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for standard error, `experr' should be used, not `expout'. --- diff --git a/ChangeLog b/ChangeLog index f5292b2bb..01f0d5491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-27 Stepan Kasal + + * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for + standard error, `experr' should be used, not `expout'. + 2006-09-26 Paul Eggert * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 45bf8c533..0075384cb 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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