lfs/chapter06/man-exp.sgml
Gerard Beekmans 6370fa6cff Initial commit - LFS 2.4.4 files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-01-24 00:31:17 +00:00

22 lines
494 B
Plaintext

<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 &gt;
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>