* doc/autoconf.texi (Shell Substitutions): Fix typo.
* THANKS: Update.
Reported by Nick Bowler.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2011-09-16 Eric Blake <eblake@redhat.com>
+
+ docs: fix typo in shell example
+ * doc/autoconf.texi (Shell Substitutions): Fix typo.
+ * THANKS: Update.
+ Reported by Nick Bowler.
+
2011-09-14 Stefano Lattarini <stefano.lattarini@gmail.com>
docs: more details about make VPATH rewriting woes
Nelson H. F. Beebe beebe@math.utah.edu
Nicolas Joly njoly@pasteur.fr
Nicolás Lichtmaier jnl@synapsis-sa.com.ar
+Nick Bowler nbowler@elliptictech.com
NightStrike nightstrike@gmail.com
Nishio Futoshi fut_nis@d3.dion.ne.jp
Noah Elliott elliott@hera.llnl.gov
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