lfs/chapter06/man-inst.xml
Timothy Bauscher ad58f79fa4 Reverted man commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2002-07-29 19:20:32 +00:00

17 lines
476 B
XML

<sect2>
<title>Installation of Man</title>
<para>Run the following commands to install man:</para>
<para><screen><userinput>PATH=$PATH:/usr/bin:/bin \
&nbsp;&nbsp;&nbsp;&nbsp;./configure -default &&
make &amp;&amp;
make install &amp;&amp;
mv /usr/share/misc/man.conf /etc</userinput></screen></para>
<para>You may want to take a look at the man hint
at <ulink url="&hints-root;man.txt"/> which deals with formatting
and compression issues for man pages.</para>
</sect2>