+2010-09-12 Fernando Carrijo <fcarrijo@freedesktop.org> (tiny change)
+
+ docs: fix minor typo and 'See See foo' instances
+ * doc/autoconf.texi (Buffer Overruns and Subscript Errors): Fix
+ usage of TeX superscript notation to correctly represent number
+ exponent.
+ (Shell Functions): s/[Ss]ee @xref/@xref/
+ (Limitations of Shell Builtins, Canonicalizing): Likewise.
+ * THANKS: Update.
+
2010-09-13 Eric Blake <eblake@redhat.com>
tests: skip broken automake wrapper on MirBSD
Ezra Peisach epeisach@zif.mit.edu
Fedor Sergeev ?
Felix Lee flee@cygnus.com
+Fernando Carrijo fcarrijo@freedesktop.org
Franceseco Romani fromani@gmail.com
Frank Denis j@jedi.claranet.fr
François Pinard pinard@iro.umontreal.ca
It is probably not worth worrying about these shells any more.
With AIX sh, a @command{trap} on 0 installed in a shell function
-triggers at function exit rather than at script exit, see @xref{trap, ,
+triggers at function exit rather than at script exit. @xref{trap, ,
Limitations of Shell Builtins}.
@node Limitations of Builtins
in a script). You should check that a directory name was supplied
before trying to change locations.
-See @xref{Special Shell Variables}, for portability problems involving
+@xref{Special Shell Variables}, for portability problems involving
@command{cd} and the @env{CDPATH} environment variable.
Also please see the discussion of the @command{pwd} command.
Using @code{int} values to index into an array or compute array sizes
causes problems on typical 64-bit hosts where an array index might
-be @math{2^31} or larger. Index values of type @code{size_t} avoid this
+be @math{2^{31}} or larger. Index values of type @code{size_t} avoid this
problem, but cannot be negative. Index values of type @code{ptrdiff_t}
are signed, and are wide enough in practice.
@end defmac
Note that there can be artifacts due to the backward compatibility
-code. See @xref{Hosts and Cross-Compilation}, for more.
+code. @xref{Hosts and Cross-Compilation}, for more.
@node Using System Type
@section Using the System Type