2002-05-25 01:21:35 +01:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><userinput>PATH=$PATH:/usr/bin:/bin ./configure -default</userinput>:
|
|
|
|
The paths to some programs get written into man's files. Unfortunately, the
|
|
|
|
configure script picks the last location in PATH rather than the first
|
|
|
|
where a program is found. By appending /usr/bin:/bin to PATH for the
|
|
|
|
./configure command, we make sure that man doesn't use the /static versions
|
|
|
|
of our programs.</para>
|
|
|
|
|
2002-09-29 01:07:32 +01:00
|
|
|
<para><userinput>patch -Np1 -i ../man-&man-patch-version;.patch:</userinput>
|
|
|
|
This patch comments out one of the files in the <filename>man.conf</filename>
|
|
|
|
file (MANPATH /usr/man) because it will create redundant results when using
|
|
|
|
programs like <userinput>whatis</userinput>. It also adds the
|
|
|
|
<emphasis>-R</emphasis> option to the <emphasis>PAGER</emphasis> variable so
|
2002-12-31 22:05:09 +00:00
|
|
|
man pages are displayed properly. Lastly, the patch fixes the problem where
|
|
|
|
man pages are not formatted with more than 80 columns when used with the
|
|
|
|
recent groff versions.</para>
|
2002-09-02 01:01:22 +01:00
|
|
|
|
2002-05-25 01:21:35 +01:00
|
|
|
</sect2>
|
|
|
|
|