mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-18 15:30:24 +08:00
* doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
standard error, `experr' should be used, not `expout'.
This commit is contained in:
parent
90fcd46f01
commit
e3f2142f48
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user