diff options
Diffstat (limited to 'chapter06')
-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 3d8188561..2b37959e8 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -42,8 +42,9 @@ prepare Perl for compilation with:</para> <variablelist> <varlistentry> <term><parameter>-Dpager="/bin/less -isR"</parameter></term> -<listitem><para>This corrects an error in the <command>perldoc</command> code with the invocation -of the <command>less</command> program.</para></listitem> +<listitem><para>This corrects an error in the way that +<command>perldoc</command> invokes the <command>less</command> program.</para> +</listitem> </varlistentry> </variablelist> |