diff --git a/chapter08/perl.xml b/chapter08/perl.xml
index 461eb7980..1e237ddc6 100644
--- a/chapter08/perl.xml
+++ b/chapter08/perl.xml
@@ -46,7 +46,7 @@
patch -Np1 -i ../&perl-fix-patch;
-->
- This version of Perl now builds the Compress::Raw::Zlib and
+ This version of Perl builds the Compress::Raw::Zlib and
Compress::Raw::BZip2 modules. By
default Perl will use an internal copy of the sources for the build.
Issue the following command so that Perl will use the libraries
@@ -56,8 +56,8 @@
export BUILD_BZIP2=0
To have full control over the way Perl is set up, you can remove the
- -des
options from the following command and hand-pick the way
- this package is built. Alternatively, use the command exactly as below to
+ -des
option from the following command and hand-pick the way
+ this package is built. Alternatively, use the command exactly as shown below to
use the defaults that Perl auto-detects:
sh Configure -des \
@@ -82,7 +82,7 @@ export BUILD_BZIP2=0
-Dvendorprefix=/usr
This ensures perl knows how to
- tell packages where they should install their perl modules.
+ tell packages where they should install their Perl modules.
@@ -99,33 +99,33 @@ export BUILD_BZIP2=0
-Dman3dir=/usr/share/man/man3
Since Groff is not installed yet, Configure
- thinks that we do not want man pages for Perl. Issuing these
- parameters overrides this decision.
+ will not create man pages for Perl. These
+ parameters override this behavior.
-Duseshrplib
- Build a shared libperl needed by some perl modules.
+ Build a shared libperl needed by some Perl modules.
-Dusethreads
- Build perl with support for threads.
+ Build Perl with support for threads.
-Dprivlib,-Darchlib,-Dsitelib,...
- These settings define where Perl is looking for installed
+ These settings define where Perl looks for installed
modules. The LFS editors chose to put them in a directory structure
based on the Major.Minor version of Perl (&perl-version-min;) which
allows upgrading Perl to newer Patch levels (&perl-version;) without
- the need to reinstall all of the modules again.
+ reinstalling all of the modules.
@@ -185,7 +185,7 @@ unset BUILD_ZLIB BUILD_BZIP2
corelist
- A commandline frontend to Module::CoreList
+ A command line front end to Module::CoreList
corelist
@@ -250,8 +250,8 @@ unset BUILD_ZLIB BUILD_BZIP2
instmodsh
- Shell script for examining installed Perl modules,
- and can create a tarball from an installed module
+ Shell script for examining installed Perl modules;
+ it can create a tarball from an installed module
instmodsh
@@ -284,7 +284,7 @@ unset BUILD_ZLIB BUILD_BZIP2
Combines some of the best features of C, sed,
awk and sh into a single
- swiss-army language
+ Swiss Army language
perl