diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:35:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:35:05 +0800 |
commit | 3c07bb94887c2bed937289ade14ad208a87802a7 (patch) | |
tree | 5741c63bac9b32d4c18abd5a25605315e04fc719 | |
parent | a3ebe8aa2b3bd19ec757706269fd7e15e5c9c55b (diff) |
libtool: libldtl is for dynamic loading, not dynamic linking
On wikipedia, "dlopen" redirects to "dynamic loading" and there is a
specific warning:
"Dynamically loaded library" redirects here. Not to be confused with
dynamically linked library.
-rw-r--r-- | chapter08/libtool.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/libtool.xml b/chapter08/libtool.xml index 5f1d3c36d..d21d0b751 100644 --- a/chapter08/libtool.xml +++ b/chapter08/libtool.xml @@ -123,7 +123,7 @@ <varlistentry id="libltdl"> <term><filename class="libraryfile">libltdl</filename></term> <listitem> - <para>Hides the various difficulties of opening dynamically linked libraries</para> + <para>Hides the various difficulties of opening dynamically loaded libraries</para> <indexterm zone="ch-system-libtool libltdl"> <primary sortas="c-libltdl">libltdl</primary> </indexterm> |