2004-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * doc/libtool.texi (Compile mode, Link mode,
+ Libltdl interface, Test descriptions, libtool script
+ contents): Some quote cleanup, more use of texinfo types.
+
* doc/libtool.texi (libtool script contents):
echo is now ECHO; mention argument restriction.
@cindex compile mode
For @dfn{compile} mode, @var{mode-args} is a compiler command to be used
-in creating a `standard' object file. These arguments should begin with
+in creating a ``standard'' object file. These arguments should begin with
the name of the C compiler, and contain the @samp{-c} compiler flag so
that only an object file is created.
@item -module
Creates a library that can be dlopened (@pxref{Dlopened modules}).
This option doesn't work for programs.
-Module names don't need to be prefixed with 'lib'.
-In order to prevent name clashes, however, 'libname' and 'name'
+Module names don't need to be prefixed with @samp{lib}.
+In order to prevent name clashes, however, @file{lib@var{name}} and @file{@var{name}}
must not be used at the same time in your package.
@item -no-fast-install
@end deftp
@deftp {Type} lt_dlhandle
-@code{lt_dlhandle} is a module "handle".
+@code{lt_dlhandle} is a module ``handle''.
Every lt_dlopened module has a handle associated with it.
@end deftp
@item sh.test
@pindex sh.test
-Checks whether a `test' command was forgotten in libtool.
+Checks whether a @code{test} command was forgotten in libtool.
@item suffix.test
@pindex suffix.test
@end defvar
@defvar libext
-The standard old archive suffix (normally "a").
+The standard old archive suffix (normally @samp{a}).
@end defvar
@defvar libname_spec
@end defvar
@defvar objext
-The standard object file suffix (normally "o").
+The standard object file suffix (normally @samp{o}).
@end defvar
@defvar pic_flag