Changeset 7c263b6 for chapter08


Ignore:
Timestamp:
12/06/2022 05:33:02 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-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/mips64el, xry111/update-glibc
Children:
ee65db4
Parents:
79ac947
Message:

Clean up capitalization. Improve English idiom. Use the present
perfect tense when appropriate. Replace "dlopening" with "opening
dynamically linked libraries" ... "dlopen" may be a Linux command,
but that doesn't make it a verb in English.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libtool.xml

    r79ac947 r7c263b6  
    2525
    2626    <para>The Libtool package contains the GNU generic library support script.
    27     It wraps the complexity of using shared libraries in a consistent, portable
     27    It makes the use of shared libraries simpler with a consistent, portable
    2828    interface.</para>
    2929
     
    5555<screen><userinput remap="test">make -k check</userinput></screen>
    5656
    57     <note><para>The test time for libtool can be reduced significantly on a
     57    <note><para>The test time for Libtool can be reduced significantly on a
    5858    system with multiple cores.  To do this, append
    5959    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
     
    6363    <para>Five tests are known to fail in the LFS build environment due
    6464    to a circular dependency, but these tests pass if rechecked after
    65     automake is installed.  Additionally, with grep-3.8, two tests will
     65    automake has been installed.  Additionally, with grep-3.8, two tests will
    6666    trigger a warning for non-POSIX regular expressions and fail.</para>
    6767
     
    124124        <term><filename class="libraryfile">libltdl</filename></term>
    125125        <listitem>
    126           <para>Hides the various difficulties of dlopening libraries</para>
     126          <para>Hides the various difficulties of opening dynamically linked 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.