Fixes my formatting error in the last commit - no changelog entry made

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2003-11-18 03:02:35 +00:00
parent 5a4b3da022
commit 05073f6082

View File

@ -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>