From 83aa376aa2791da367657db912963a14908114d5 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 20 Feb 1999 18:28:05 +0000 Subject: [PATCH] * doc/libtool.texi: remove ticks from menu items; it breaks TeX Reported by Erez Zadok --- ChangeLog | 3 +++ doc/libtool.texi | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 461010c8..eb4e0ff8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-02-20 Alexandre Oliva + * doc/libtool.texi: remove ticks from menu items; it breaks TeX + Reported by Erez Zadok + * ltmain.in: fixes for export-symbols dry-run * ltconfig.in (shlibpath_overrides_runpath): new variable; diff --git a/doc/libtool.texi b/doc/libtool.texi index bfd11ac0..f35ade7d 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -173,7 +173,7 @@ Dlopened modules Using libltdl -* Libltdl's interface:: How to use libltdl in your programs. +* Libltdl interface:: How to use libltdl in your programs. * Modules for libltdl:: Creating modules that can be @code{dlopen}ed. * Distributing libltdl:: How to distribute libltdl with your package. @@ -2557,16 +2557,16 @@ libtool's dlpreopen (see @pxref{Dlpreopening}) @end itemize @menu -* Libltdl's interface:: How to use libltdl in your programs. +* Libltdl interface:: How to use libltdl in your programs. * Modules for libltdl:: Creating modules that can be @code{dlopen}ed. * Distributing libltdl:: How to distribute libltdl with your package. @end menu -@node Libltdl's interface +@node Libltdl interface @section How to use libltdl in your programs @noindent -Libltdl's API is similar to the dlopen interface of Solaris and Linux, +The libltdl API is similar to the dlopen interface of Solaris and Linux, which is very simple but powerful. @noindent