]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool.texi: Documentation inconsitent with libltdl3
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 14 May 2012 02:52:18 +0000 (21:52 -0500)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 22 Oct 2024 17:02:15 +0000 (20:02 +0300)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253904

doc/libtool.texi

index 25d9909495f583212bdef1170b4ab0435f83c63f..1bbdf21f145deb168fc9fccb8b7c5000e244a65c 100644 (file)
@@ -4021,10 +4021,10 @@ portability you should try to ensure that you only pass
 @option{-module} flag.}.
 
 Unresolved symbols in the module are resolved using its dependency
-libraries and previously dlopened modules.  If the executable using
-this module was linked with the @option{-export-dynamic} flag, then the
-global symbols in the executable will also be used to resolve
-references in the module.
+libraries and, on some platforms, previously dlopened modules.  If
+the executable using this module was linked with the
+@option{-export-dynamic} flag, then the global symbols in the executable
+will also be used to resolve references in the module.
 
 If @var{filename} is @code{NULL} and the program was linked with
 @option{-export-dynamic} or @option{-dlopen self}, @code{lt_dlopen} will