man-inst.xml 567 B

12345678910111213141516171819202122
  1. <sect2>
  2. <title>Installation of Man</title>
  3. <para>
  4. Install Man by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>./configure -default &amp;&amp;</userinput>
  8. <userinput>make &amp;&amp;</userinput>
  9. <userinput>make install &amp;&amp;</userinput>
  10. <userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis
  11. &gt; makewhatis-new &amp;&amp;</userinput>
  12. <userinput>mv makewhatis-new /usr/sbin/makewhatis &amp;&amp;
  13. </userinput>
  14. <userinput>chmod 755 /usr/sbin/makewhatis</userinput>
  15. </literallayout></blockquote>
  16. </sect2>