mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
22 lines
494 B
XML
22 lines
494 B
XML
|
<sect2>
|
||
|
<title>Command explanations</title>
|
||
|
|
||
|
<para>
|
||
|
<userinput>-default:</userinput> This configures the man package with
|
||
|
default settings.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
|
<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis >
|
||
|
makewhatis-new:</userinput> This modifies /usr/sbin/makewhatis's AWK
|
||
|
variable and fills in the location of the mawk program.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
|
<userinput>chmod 755 /usr/sbin/makewhatis:</userinput> This makes the
|
||
|
makewhatis script executable again.
|
||
|
</para>
|
||
|
|
||
|
</sect2>
|
||
|
|