diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-06 11:49:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-06 11:49:07 +0000 |
commit | c44040abafbd01e0b7b2afed726d3b680137a569 (patch) | |
tree | bf8067d7d0e71b03110fa2e49069072bf0e40d5e /chapter06/perl.xml | |
parent | 62c3dff89e0a000e24fa527146b1495637dccd72 (diff) |
Minor wording improvement
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 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> |