diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index f27c7decf..7010e5f70 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -23,11 +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 meaning of the configure directive:</para> +<para>The meaning of the configure option:</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> +an error in the perldoc code with the invocation of the less +program.</para></listitem> </itemizedlist> <para>Compile the package:</para> |