summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-09-16 17:43:05 +0700
committerGary V. Vaughan <gary@gnu.org>2012-09-16 17:59:49 +0700
commit303040ad8167d2e608b15a7b22e054659d6d409f (patch)
treef328111bee86b374ec80f24066c5fdf577edca6c
parent864f33316d1d17ea1677fc0a4faa34a3d380d71e (diff)
downloadlibtool-303040ad8167d2e608b15a7b22e054659d6d409f.tar.gz
syntax-check: fix texinfo formatting flagged by prohibit_undesirable_word_seq.
* doc/libtool.text: Fix several misuses of @xref and @pxref so that the prohibit_undesirable_word_seq syntax check passes again. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--doc/libtool.texi19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 5d2c7701..77d65bcd 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -3780,7 +3780,7 @@ libltdl supports currently the following dynamic linking mechanisms:
@item
GNU DLD (emulates dynamic linking for static libraries)
@item
-libtool's dlpreopen (see @pxref{Dlpreopening})
+libtool's dlpreopen (@pxref{Dlpreopening})
@end itemize
@noindent
@@ -3869,8 +3869,8 @@ loader is used.
@end deftp
@deftp {Type} lt_dlsymlist
-@code{lt_dlsymlist} is a symbol list for dlpreopened modules.
-This structure is described in @pxref{Dlpreopening}.
+@code{lt_dlsymlist} is a symbol list for dlpreopened modules
+(@pxref{Dlpreopening}).
@end deftp
@page
@@ -6063,8 +6063,7 @@ Z:\var\tmp\BUILD\lib
to the @env{PATH}. libtool contains support for path conversions of this
type, for a certain limited set of build and host platform combinations. In
this case, libtool will invoke Wine's @command{winepath} utility to ensure that
-the correct @env{PATH} value is used. For more information, see
-@pxref{File name conversion}.
+the correct @env{PATH} value is used. @xref{File name conversion}.
@node File name conversion
@subsection File name conversion
@@ -6100,16 +6099,16 @@ libtool supports file name conversion in the following scenarios:
@tab @pxref{Cygwin/Windows File Name Conversion}
@item Unix + Wine @tab MinGW (Windows)
-@tab Requires Wine. @pxref{Unix/Windows File Name Conversion}
+@tab Requires Wine. @xref{Unix/Windows File Name Conversion}
@item MinGW (MSYS) @tab Cygwin
-@tab Requires @env{LT_CYGPATH}. @pxref{LT_CYGPATH}. Provided for testing
+@tab Requires @env{LT_CYGPATH}. @xref{LT_CYGPATH}. Provided for testing
purposes only.
@item Unix + Wine @tab Cygwin
@tab Requires both Wine and @env{LT_CYGPATH}, but does not yet work with
Cygwin 1.7.7 and Wine-1.2.
-See @pxref{Unix/Windows File Name Conversion} and @pxref{LT_CYGPATH}.
+@xref{Unix/Windows File Name Conversion}, and @ref{LT_CYGPATH}.
@end multitable
@menu
@@ -6200,8 +6199,8 @@ platform is MinGW.
When the host platform is Cygwin, but the build platform is MSYS or some Unix
system, libtool also uses @command{cygpath} to convert from Windows to Cygwin
format (after first converting from the build platform format to Windows format;
-see @pxref{Native MinGW File Name Conversion} and
-@pxref{Unix/Windows File Name Conversion}). Because the build platform is not
+@xref{Native MinGW File Name Conversion}, and
+@ref{Unix/Windows File Name Conversion}.) Because the build platform is not
Cygwin, @command{cygpath} is not (and should not be) in the @env{PATH}.
Therefore, in this configuration the environment variable @env{LT_CYGPATH} is
required. @xref{LT_CYGPATH}.