aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.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/perl.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/perl.xml')
-rw-r--r--chapter05/perl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml
index 1b00465b3..7483b65ef 100644
--- a/chapter05/perl.xml
+++ b/chapter05/perl.xml
@@ -44,7 +44,7 @@
<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>
+ hard-wired paths to the C library by applying the following patch:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen>