diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 21:52:02 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 21:52:02 +0000 |
commit | 4114088e9172bd8b42391803b67a7e8ff24b4cac (patch) | |
tree | 69039e5394934e7149ec09a571fac1f85df53c5c /chapter06/perl-inst.xml | |
parent | e667f58f48f4b3ec9af2fd1df49552669af6f383 (diff) |
Adding more missing markup, and rewording a few paragraphs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r-- | chapter06/perl-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml index c286142a8..5d90fdc99 100644 --- a/chapter06/perl-inst.xml +++ b/chapter06/perl-inst.xml @@ -7,10 +7,10 @@ <para><screen><userinput>./configure.gnu --prefix=/usr</userinput></screen></para> -<para>If you want more control over the way perl sets itself up to be +<para>If you want more control over the way Perl sets itself up to be built, you can run the interactive <userinput>Configure</userinput> script -instead and modify the way perl is built. If you think you can live with the -(sensible) defaults perl auto-detects, then just use the command listed +instead and modify the way Perl is built. If you think you can live with the +(sensible) defaults Perl auto-detects, then just use the command listed above.</para> <para>Compile the package:</para> |