* doc/autoconf.texi (Writing testsuite.at): Fix a typo: for

standard error, `experr' should be used, not `expout'.
This commit is contained in:
Stepan Kasal 2006-09-27 16:47:08 +00:00
parent 90fcd46f01
commit e3f2142f48
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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