]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi: remove ticks from menu items; it breaks TeX
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sat, 20 Feb 1999 18:28:05 +0000 (18:28 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 20 Feb 1999 18:28:05 +0000 (18:28 +0000)
Reported by Erez Zadok <ezk@cs.columbia.edu>

ChangeLog
doc/libtool.texi

index 461010c83a198c0d80c59a979fa9d22e330882e7..eb4e0ff8b70de40cfa36ab6653c4572ef6532012 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-02-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * doc/libtool.texi: remove ticks from menu items; it breaks TeX
+       Reported by Erez Zadok <ezk@cs.columbia.edu>
+
        * ltmain.in: fixes for export-symbols dry-run
 
        * ltconfig.in (shlibpath_overrides_runpath): new variable;
index bfd11ac0b2091b61e5d45926369a08ee553ecf61..f35ade7d06b5f85dfe8c717bd8f5beaaec15f5a8 100644 (file)
@@ -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