From 493cb23a950fd99f57a0b2eea2f07e24a2cde8ec Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 9 Nov 2004 19:21:27 +0000 Subject: [PATCH] * doc/libtool.texi (Compile mode, Link mode, Libltdl interface, Test descriptions, libtool script contents): Some quote cleanup, more use of texinfo types. --- ChangeLog | 4 ++++ doc/libtool.texi | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index b145e4e0..1fc97a73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-11-09 Ralf Wildenhues + * 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. diff --git a/doc/libtool.texi b/doc/libtool.texi index 90635951..151d7498 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1199,7 +1199,7 @@ by programs libtool invokes, rather than libtool itself. @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. @@ -1346,8 +1346,8 @@ executable. @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 @@ -3351,7 +3351,7 @@ The following types are defined in @file{ltdl.h}: @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 @@ -4469,7 +4469,7 @@ This program checks libtool's metacharacter quoting. @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 @@ -5128,7 +5128,7 @@ Set to @samp{yes} or @samp{no}. Default is @samp{no}. @end defvar @defvar libext -The standard old archive suffix (normally "a"). +The standard old archive suffix (normally @samp{a}). @end defvar @defvar libname_spec @@ -5191,7 +5191,7 @@ The name of the directory that contains temporary libtool files. @end defvar @defvar objext -The standard object file suffix (normally "o"). +The standard object file suffix (normally @samp{o}). @end defvar @defvar pic_flag