Changeset 3c07bb9


Ignore:
Timestamp:
12/09/2022 07:35:05 AM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
30f5283
Parents:
a3ebe8a
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libtool.xml

    ra3ebe8a r3c07bb9  
    124124        <term><filename class="libraryfile">libltdl</filename></term>
    125125        <listitem>
    126           <para>Hides the various difficulties of opening dynamically linked libraries</para>
     126          <para>Hides the various difficulties of opening dynamically loaded libraries</para>
    127127          <indexterm zone="ch-system-libtool libltdl">
    128128            <primary sortas="c-libltdl">libltdl</primary>
Note: See TracChangeset for help on using the changeset viewer.