From: Eric Blake Date: Tue, 6 May 2008 15:57:48 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v2.63~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684d299c1df696fbca13143097d35da1acb528cc;p=thirdparty%2Fautoconf.git Fix typo. * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 7c8e729f8..e812c9f30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-05-06 Eric Blake + Fix typo. + * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix. + Avoid overfull \hbox. * doc/autoconf.texi (Versioning): Reword to fit line size. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 3ea11069f..645cc7b20 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -13234,7 +13234,7 @@ if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then func_arith_result=$(( $* )) @}' else - at_func_arith () + func_arith () @{ func_arith_result=`expr "$@@"` @}