Author: manuel Date: 2005-04-11 13:12:43 -0600 (Mon, 11 Apr 2005) New Revision: 4904
Modified: branches/6.1/BOOK/chapter06/man.xml Log: Ported r4903 from trunk: Tags corrections. Modified: branches/6.1/BOOK/chapter06/man.xml =================================================================== --- branches/6.1/BOOK/chapter06/man.xml 2005-04-11 19:11:33 UTC (rev 4903) +++ branches/6.1/BOOK/chapter06/man.xml 2005-04-11 19:12:43 UTC (rev 4904) @@ -30,13 +30,13 @@ <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> variable so that escape sequences are properly handled by Less:</para> <screen><userinput>sed -i '[EMAIL PROTECTED]@&[EMAIL PROTECTED]' 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 <filename>man.conf</filename> file to prevent redundant results when using programs such as <command>whatis</command>:</para> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
