* doc/autoconf.texi: Fix some typos.

This commit is contained in:
Ralf Wildenhues 2006-07-07 18:39:38 +00:00
parent df0c08d108
commit 8663480a9f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-07-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/autoconf.texi: Fix some typos.
2006-07-07 Paul Eggert <eggert@cs.ucla.edu>
* tests/torture.at (Configuring subdirectories): Set CONFIG_SITE

View File

@ -7697,7 +7697,7 @@ one @code{start/0} function, which is called to perform the test. The
@var{prologue} is optional code that is inserted between the module header and
the @code{start/0} function definition. @var{body} is the body of the
@code{start/0} function without the final period (@pxref{Runtime}, about
constraints on this function's behaviour).
constraints on this function's behavior).
For instance:
@ -12868,7 +12868,7 @@ bar
Either do not depend on such patterns (i.e., use @samp{/^(.*foo|bar)/},
or use a simple test to reject such implementations.
@acronym{AIX} version 5.2 has an arbitrary limit of 399 on the the
@acronym{AIX} version 5.2 has an arbitrary limit of 399 on the
length of regular expressions and literal strings in an Awk program.
Traditional Awk implementations derived from Unix version 7, such as