From: Ralf Wildenhues Date: Sat, 2 May 2009 08:31:18 +0000 (+0200) Subject: manual: fix grammaros. X-Git-Tag: v2.2.7b~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0ba74e84f5dd7e72908835a5a8335c9ecb3eba;p=thirdparty%2Flibtool.git manual: fix grammaros. * doc/libtool.texi (Dlpreopening): Fix grammaro. (C header files): Remove duplicate word. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 2109e25db..34207c48a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-05-02 Ralf Wildenhues + manual: fix grammaros. + * doc/libtool.texi (Dlpreopening): Fix grammaro. + (C header files): Remove duplicate word. + Allow through -tp=* at link time, for pgcc. * libltdl/config/ltmain.m4sh (func_mode_link): Portlant Group pgcc uses `-tp=PROCESSOR' for target processor selection; allow diff --git a/doc/libtool.texi b/doc/libtool.texi index 2f90ca3d0..5e2553156 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3059,7 +3059,7 @@ Also the only thing that must go outside the @code{BEGIN_C_DECLS}/@code{END_C_DECLS} pair are @code{#include} lines. Strictly speaking it is only C symbol names that need to be protected, but your header files will be more maintainable if you have a single -pair of of these macros around the majority of the header contents. +pair of these macros around the majority of the header contents. You should use these definitions of @code{PARAMS}, @code{BEGIN_C_DECLS}, and @code{END_C_DECLS} into your own headers. Then, you may use them to @@ -3293,7 +3293,7 @@ though Libtool takes care of that detail if you use An array of @var{lt_symbol} structures, representing all the preloaded symbols linked into the program proper. For each module @option{-dlpreopen}ed by the Libtool linked program -there is an element with the @var{name} of the module and a @var{address} +there is an element with the @var{name} of the module and an @var{address} of @code{0}, followed by all symbols exported from this file. For the executable itself the special name @samp{@@PROGRAM@@} is used. The last element of all has a @var{name} and @var{address} of