aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2008-11-06 05:23:09 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2008-11-06 05:23:09 +0000
commita91be49af49a502ab60a3923b5e42034c39754fa (patch)
tree87e2382dae9a6ba1a0abcf66f82d5f0bd83b3043 /chapter05/gcc-pass2.xml
parentf7242d435512d5e29d8b0a23eb3b45096591319b (diff)
s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs installed-binaries list, since I noticed it when killing tabs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 98fd8b9ad..5a41c879d 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -205,8 +205,8 @@ cd ../gcc-build</userinput></screen>
<term><parameter>--disable-bootstrap</parameter></term>
<listitem>
<para>Bootstrapping the compiler is now the default for GCC. However,
- our build method should provide us with a solid compiler without the
- need to bootstrap each time.</para>
+ our build method should provide us with a solid compiler without the
+ need to bootstrap each time.</para>
</listitem>
</varlistentry>