From: Ralf Wildenhues Date: Wed, 12 Nov 2008 06:14:19 +0000 (+0100) Subject: Fix a couple of typos in the manual. X-Git-Tag: v2.63b~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afa6ce737c579ff440ea80f80b1391a81c622919;p=thirdparty%2Fautoconf.git Fix a couple of typos in the manual. * doc/autoconf.texi (Conditional constructs, Macro Names): Fix typos. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index b28abcdf0..ca3626762 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-12 Ralf Wildenhues + + * doc/autoconf.texi (Conditional constructs, Macro Names): Fix + typos. + 2008-11-10 Eric Blake Work around <=m4-1.4.9 bug in m4_format. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 34611b803..92c224a17 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -10698,7 +10698,7 @@ diversion to be @code{KILL}. @node Conditional constructs @subsection Conditional constructs -The following macros provide additional conditional contructs, as +The following macros provide additional conditional constructs as convenience wrappers around @code{m4_if}. @defmac m4_bmatch (@var{string}, @var{regex-1}, @var{value-1}, @ @@ -12557,7 +12557,7 @@ general to most specific. The names of their cache variables use the same convention (@pxref{Cache Variable Names}, for more information on them). -The first word of the name after the namepace initials (such as +The first word of the name after the namespace initials (such as @samp{AC_}) usually tells the category of the feature being tested. Here are the categories used in Autoconf for specific test macros, the kind of macro that you are more likely to