diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 2008d4959..1a303f907 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -37,11 +37,13 @@ defaults it auto-detects, then prepare Perl for compilation with:</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> -</itemizedlist> +<variablelist> +<varlistentry> +<term><userinput>-Dpager="/bin/less -isR"</userinput></term> +<listitem><para>This corrects an error in the perldoc code with the invocation +of the less program.</para></listitem> +</varlistentry> +</variablelist> <para>Compile the package:</para> |