man-exp.xml 494 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>
  4. <userinput>-default:</userinput> This configures the man package with
  5. default settings.
  6. </para>
  7. <para>
  8. <userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis &gt;
  9. makewhatis-new:</userinput> This modifies /usr/sbin/makewhatis's AWK
  10. variable and fills in the location of the mawk program.
  11. </para>
  12. <para>
  13. <userinput>chmod 755 /usr/sbin/makewhatis:</userinput> This makes the
  14. makewhatis script executable again.
  15. </para>
  16. </sect2>