From: Ralf Wildenhues Date: Fri, 7 Jul 2006 18:39:38 +0000 (+0000) Subject: * doc/autoconf.texi: Fix some typos. X-Git-Tag: AUTOCONF-2.60a~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8663480a9fe3f3fbea64d687e851723d01bd05e5;p=thirdparty%2Fautoconf.git * doc/autoconf.texi: Fix some typos. --- diff --git a/ChangeLog b/ChangeLog index 534fe5cb6..7beb2e199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-07 Ralf Wildenhues + + * doc/autoconf.texi: Fix some typos. + 2006-07-07 Paul Eggert * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 5c06d5bcd..c57a23c4a 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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