aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-07-18 12:42:44 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-07-18 12:42:44 +0000
commitfe6ca49e2b1ba60895c1e33ffdf2d5e119eb21d3 (patch)
tree5dd2b78db7c12de3f4cfac5db534340a99bcd570 /chapter05
parent1891a2ca1611863e9d3182ea1ee54beb34a51f69 (diff)
Apply a few text updates from Chris Staub. Fixes #2442.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass2.xml6
-rw-r--r--chapter05/perl.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 8d8608c63..cd2d53195 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -210,9 +210,9 @@ cd ../gcc-build</userinput></screen>
<varlistentry>
<term><parameter>--disable-bootstrap</parameter></term>
<listitem>
- <para>For native builds of GCC, the default is to a "bootstrap" build.
- This does not just compile GCC, but compiles it several times. It
- uses the programs compiled in a first round to compile itself a
+ <para>For native builds of GCC, the default is to do a "bootstrap"
+ build. This does not just compile GCC, but compiles it several times.
+ It uses the programs compiled in a first round to compile itself a
second time, and then again a third time. The second and third
iterations are compared to make sure it can reproduce itself
flawlessly. This also implies that it was compiled correctly.
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 7483b65ef..2a3d6fda6 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -43,8 +43,8 @@
<sect2 role="installation">
<title>Installation of Perl</title>
- <para>First apply a series of patches to address security issues and adapt some
- hard-wired paths to the C library by applying the following patch:</para>
+ <para>First apply the following patch to address security issues and adapt
+ some hard-wired paths to the C library:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen>