autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] docs: Fix "See See foo" generated by "See @xref{foo}"


From: Fernando Carrijo
Subject: [PATCH] docs: Fix "See See foo" generated by "See @xref{foo}"
Date: Sun, 12 Sep 2010 12:30:14 -0300
User-agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/23.1.1 (i486-pc-linux-gnu)

Signed-off-by: Fernando Carrijo <address@hidden>
---
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  <address@hidden>
 
+       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  <address@hidden>
+
        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
address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]