aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/perl.xml
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/perl.xml
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/perl.xml')
-rw-r--r--chapter05/perl.xml4
1 files changed, 2 insertions, 2 deletions
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>