]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typos.
authorAkim Demaille <akim@epita.fr>
Fri, 10 Nov 2000 14:44:30 +0000 (14:44 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 10 Nov 2000 14:44:30 +0000 (14:44 +0000)
doc/autoconf.texi

index 56ee31a60f14750153f69567f870a9b66818bdb3..c1f22cf4a87726fd18d5a7aac2243989fea94028 100644 (file)
@@ -5440,9 +5440,10 @@ If you want to explicitly refer to the positional arguments, given the
 @samp{$@@} bug (@pxref{Shell Substitutions}), use:
 
 @example
-for arg in ${1+"$@@"}; do
+for arg in $@{1+"$@@"@}; do
   echo "$arg"
 done
+@end example
 
 @item @command{if}
 @cindex @command{if}