| 123456789101112131415161718192021 | <sect2><title>Command explanations</title><para><userinput>-default:</userinput> This configures the man package withdefault settings.</para><para><userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis >makewhatis-new:</userinput> This modifies /usr/sbin/makewhatis's AWKvariable and fills in the location of the mawk program.</para><para><userinput>chmod 755 /usr/sbin/makewhatis:</userinput> This makes themakewhatis script executable again.</para></sect2>
 |