man-inst.xml 748 B

12345678910111213141516171819202122
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>Run the following commands to install man:</para>
  4. <para><screen><userinput>PATH=$PATH:/usr/bin:/bin \
  5. &nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &amp;&amp;
  6. make &amp;&amp;
  7. cp src/man.conf{,.backup} &amp;&amp;
  8. sed '/^PAGER/s/-is/-isR/' \
  9. &nbsp;&nbsp;&nbsp;&nbsp;src/man.conf.backup &gt; src/man.conf &amp;&amp;
  10. make install</userinput></screen></para>
  11. <para>Note: If you wish to disable SGR escape sequences, you should
  12. edit the man.conf file and add the <userinput>-c</userinput> argument
  13. to nroff.</para>
  14. <para>You may want to take a look at the man hint
  15. at <ulink url="&hints-root;man.txt"/> which deals with formatting
  16. and compression issues for man pages.</para>
  17. </sect2>