mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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.
This commit is contained in:
parent
79ac947fda
commit
7c263b6db0
@ -24,7 +24,7 @@
|
|||||||
<title/>
|
<title/>
|
||||||
|
|
||||||
<para>The Libtool package contains the GNU generic library support script.
|
<para>The Libtool package contains the GNU generic library support script.
|
||||||
It wraps the complexity of using shared libraries in a consistent, portable
|
It makes the use of shared libraries simpler with a consistent, portable
|
||||||
interface.</para>
|
interface.</para>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
<screen><userinput remap="test">make -k check</userinput></screen>
|
||||||
|
|
||||||
<note><para>The test time for libtool can be reduced significantly on a
|
<note><para>The test time for Libtool can be reduced significantly on a
|
||||||
system with multiple cores. To do this, append
|
system with multiple cores. To do this, append
|
||||||
<command>TESTSUITEFLAGS=-j<N></command> to the line above. For
|
<command>TESTSUITEFLAGS=-j<N></command> to the line above. For
|
||||||
instance, using -j4 can reduce the test time by over 60
|
instance, using -j4 can reduce the test time by over 60
|
||||||
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<para>Five tests are known to fail in the LFS build environment due
|
<para>Five tests are known to fail in the LFS build environment due
|
||||||
to a circular dependency, but these tests pass if rechecked after
|
to a circular dependency, but these tests pass if rechecked after
|
||||||
automake is installed. Additionally, with grep-3.8, two tests will
|
automake has been installed. Additionally, with grep-3.8, two tests will
|
||||||
trigger a warning for non-POSIX regular expressions and fail.</para>
|
trigger a warning for non-POSIX regular expressions and fail.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
@ -123,7 +123,7 @@
|
|||||||
<varlistentry id="libltdl">
|
<varlistentry id="libltdl">
|
||||||
<term><filename class="libraryfile">libltdl</filename></term>
|
<term><filename class="libraryfile">libltdl</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Hides the various difficulties of dlopening libraries</para>
|
<para>Hides the various difficulties of opening dynamically linked libraries</para>
|
||||||
<indexterm zone="ch-system-libtool libltdl">
|
<indexterm zone="ch-system-libtool libltdl">
|
||||||
<primary sortas="c-libltdl">libltdl</primary>
|
<primary sortas="c-libltdl">libltdl</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
Loading…
Reference in New Issue
Block a user