man-inst.xml 446 B

123456789101112131415
  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 &&
  6. make &amp;&amp;
  7. make install</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>