aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r--chapter06/perl.xml8
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>