man-inst.xml 433 B

123456789101112131415
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>Run the following commands to install man:</para>
  4. <para><screen><userinput>./configure -default &amp;&amp;
  5. make &amp;&amp;
  6. make install &amp;&amp;
  7. mv /usr/share/misc/man.conf /etc</userinput></screen></para>
  8. <para>You may want to take a look at the man hint
  9. at <ulink url="&hints-root;man.txt"/> which deals with formatting
  10. and compression issues for man pages.</para>
  11. </sect2>