diff options
-rw-r--r-- | chapter06/perl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 50efc833a..d3c9ba78c 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -41,10 +41,10 @@ <screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> - <para>To have full control over the way Perl is set up, run the - interactive <command>Configure</command> script and hand-pick the way - this package is built. If the defaults it auto-detects are suitable, - prepare Perl for compilation with:</para> + <para>To have full control over the way Perl is set up, you can run the + interactive <command>Configure</command> script and hand-pick the way this + package is built. If you prefer, you can use the defaults that Perl + auto-detects, by preparing Perl for compilation with:</para> <screen><userinput>./configure.gnu --prefix=/usr \ -Dman1dir=/usr/share/man/man1 \ |