mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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.
This commit is contained in:
parent
a3ebe8aa2b
commit
3c07bb9488
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user