[SCM] GNU Autoconf source repository branch, master, updated. v2.68-89-g2a9b772

"Eric Blake" <[email protected]> Fri, 16 Sep 2011 19:39:45 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=2a9b772222423b28ad741ab74407f680d2caaadd

The branch, master has been updated
       via  2a9b772222423b28ad741ab74407f680d2caaadd (commit)
      from  19951ff75b438115dceeb02ab85564028745c45e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a9b772222423b28ad741ab74407f680d2caaadd
Author: Eric Blake <[email protected]>
Date:   Fri Sep 16 13:37:38 2011 -0600

    docs: fix typo in shell example
    
    * doc/autoconf.texi (Shell Substitutions): Fix typo.
    * THANKS: Update.
    Reported by Nick Bowler.
    
    Signed-off-by: Eric Blake <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    7 +++++++
 THANKS            |    1 +
 doc/autoconf.texi |    6 +++---
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 01df9ad..76b283c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-16  Eric Blake  <[email protected]>
+
+	docs: fix typo in shell example
+	* doc/autoconf.texi (Shell Substitutions): Fix typo.
+	* THANKS: Update.
+	Reported by Nick Bowler.
+
 2011-09-14  Stefano Lattarini  <[email protected]>
 
 	docs: more details about make VPATH rewriting woes
diff --git a/THANKS b/THANKS
index 51188aa..867c0d8 100644
--- a/THANKS
+++ b/THANKS
@@ -301,6 +301,7 @@ Nathanael Nerode            [email protected]
 Nelson H. F. Beebe          [email protected]
 Nicolas Joly                [email protected]
 Nicolás Lichtmaier          [email protected]
+Nick Bowler                 [email protected]
 NightStrike                 [email protected]
 Nishio Futoshi              [email protected]
 Noah Elliott                [email protected]
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3d99012..f202c10 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15942,11 +15942,11 @@ then use @samp{$t} as the @var{value}, rather than trying to inline
 the expression needing quoting.
 
 @example
-$ @kbd{/bin/sh -c 't="a  b\"'\''@}\\"; echo "$@{a-$t@}"'}
+$ @kbd{/bin/sh -c 't="b  c\"'\''@}\\"; echo "$@{a-$t@}"'}
 b  c"'@}\
-$ @kbd{ksh -c 't="a  b\"'\''@}\\"; echo "$@{a-$t@}"'}
+$ @kbd{ksh -c 't="b  c\"'\''@}\\"; echo "$@{a-$t@}"'}
 b  c"'@}\
-$ @kbd{bash -c 't="a  b\"'\''@}\\"; echo "$@{a-$t@}"'}
+$ @kbd{bash -c 't="b  c\"'\''@}\\"; echo "$@{a-$t@}"'}
 b  c"'@}\
 @end example
 


hooks/post-receive
-- 
GNU Autoconf source repository

_______________________________________________
Autoconf-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf-commit