Signed-off-by: Fernando Carrijo <[email protected]>
---
Spotted the present typos right after sending the previous patch. The
release manager, to whom I have not been introduced yet, might prefer
to squash both of them in order to reduce the pollution in ChangeLog.

Thank you.

 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index af23064..d492228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-12  Fernando Carrijo  <[email protected]>
 
+       doc: Fix "See See foo" occurrences generated by "See @xref{foo}"
+       * doc/autoconf.texi (Shell Functions): s/[Ss]ee @xref/@xref/
+       (Limitations of Shell Builtins, Canonicalizing): Likewise.
+
+2010-09-12  Fernando Carrijo  <[email protected]>
+
        docs: fix minor typo
        * doc/autoconf.texi (Buffer Overruns and Subscript Errors): Fix
        usage of TeX superscript notation to correctly represent number
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index ebccb05..2520056 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -16568,7 +16568,7 @@ arguments of the script were lost after the first 
function invocation.
 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
@@ -16859,7 +16859,7 @@ at changing to @env{HOME}, although this is probably 
not what you wanted
 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.
 
@@ -20914,7 +20914,7 @@ otherwise it defaults to @code{host}.
 @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
-- 
1.7.0.4


Reply via email to