Hello,
I comitted the following fix.
Stepan
2006-09-27 Stepan Kasal <[EMAIL PROTECTED]>
* doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
standard error, `experr' should be used, not `expout'.
Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.1087
diff -u -r1.1087 autoconf.texi
--- doc/autoconf.texi 26 Sep 2006 20:41:13 -0000 1.1087
+++ doc/autoconf.texi 27 Sep 2006 16:43:15 -0000
@@ -18078,7 +18078,7 @@
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