diff options
Diffstat (limited to 'chapter05/perl.xml')
-rw-r--r-- | chapter05/perl.xml | 4 |
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> |