2 <title>Installation of Man</title>
4 <para>Run the following commands to install man:</para>
6 <para><screen><userinput>patch -Np1 -i ../man-&man-patch-version;.patch &&
7 PATH=$PATH:/usr/bin:/bin \
8 ./configure -default -confdir=/etc &&
10 make install</userinput></screen></para>
12 <para>Note: If you wish to disable SGR escape sequences, you should
13 edit the man.conf file and add the <userinput>-c</userinput> argument
16 <para>You may want to take a look at the man hint
17 at <ulink url="&hints-root;man.txt"/>, which deals with formatting
18 and compression issues for man pages.</para>