diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-11-18 03:02:35 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-11-18 03:02:35 +0000 |
commit | 05073f60827264a59dc07fc9759cec2635d9899a (patch) | |
tree | 13c6cc75e135fe2e4140d82bac75f481079f440c | |
parent | 5a4b3da022963293e4bd04bfd6ada877821eba0a (diff) |
Fixes my formatting error in the last commit - no changelog entry made
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/perl.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index d870f84f9..f27c7decf 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -23,8 +23,12 @@ 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>The use of the -Dpager directive above fixes a small problem with the -perldoc program, due to improper invocation of the less program.</para> +<para>The meaning of the configure directive:</para> + +<itemizedlist> +<listitem><para><userinput>-Dpager="/bin/less -isR"</userinput>: This corrects +an error in the perldoc code with the invocation of the less program</para></listitem> +</itemizedlist> <para>Compile the package:</para> |