aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/introduction.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-12-28 03:52:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-12-28 03:52:38 +0000
commit0d84af1cbb0dc825db3e965d5126e5b08f878067 (patch)
tree46feb76bec2b74f6ee78baa2ea65ea70ca6a8941 /chapter06/introduction.xml
parent9fde3e965f7c86afb36186ec44167192a74b0d7a (diff)
Typos and wording changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r--chapter06/introduction.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml
index 4671662c6..fd96b574a 100644
--- a/chapter06/introduction.xml
+++ b/chapter06/introduction.xml
@@ -68,11 +68,11 @@
do the linking) may not even be known.</para>
<para>In the procedures in Chapter 6, we remove or disable installation of
- most static libraries. In a few cases, especially glibc and gcc, the use
- of static libraries remains essential to the general package building
- process. Usually this is done by passing a
+ most static libraries. Usually this is done by passing a
<option>--disable-static</option> option to <command>configure</command>.
- In other cases, alternate means are needed.</para>
+ In other cases, alternate means are needed. In a few cases, especially
+ glibc and gcc, the use of static libraries remains essential to the general
+ package building process. </para>
<para>For a more complete discussion of libraries, see the discussion
<ulink url="&blfs-root;/view/&short-version;/introduction/libraries.html">