mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
89ed0813b3
commit
80f5524c15
@ -30,13 +30,13 @@ Glibc, Grep, Make, and Sed</seg></seglistitem>
|
|||||||
|
|
||||||
<para>Two adjustments need to be made to the sources of Man.</para>
|
<para>Two adjustments need to be made to the sources of Man.</para>
|
||||||
|
|
||||||
<para>The first is a sed substitution to add the
|
<para>The first is a <command>sed</command> substitution to add the
|
||||||
<parameter>-R</parameter> switch to the <envar>PAGER</envar>
|
<parameter>-R</parameter> switch to the <envar>PAGER</envar>
|
||||||
variable so that escape sequences are properly handled by Less:</para>
|
variable so that escape sequences are properly handled by Less:</para>
|
||||||
|
|
||||||
<screen><userinput>sed -i 's@-is@&R@g' configure</userinput></screen>
|
<screen><userinput>sed -i 's@-is@&R@g' configure</userinput></screen>
|
||||||
|
|
||||||
<para>The second is also a sed substitution to comment out the
|
<para>The second is also a <command>sed</command> substitution to comment out the
|
||||||
<quote>MANPATH /usr/man</quote> line in the
|
<quote>MANPATH /usr/man</quote> line in the
|
||||||
<filename>man.conf</filename> file to prevent redundant results when
|
<filename>man.conf</filename> file to prevent redundant results when
|
||||||
using programs such as <command>whatis</command>:</para>
|
using programs such as <command>whatis</command>:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user