aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-07-29 19:20:32 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-07-29 19:20:32 +0000
commitad58f79fa40852ef7c8287a782c6739c7406fa79 (patch)
treeb97d2e30b016d5378434b575e81ba9ef500c3a16
parent415157ef41768f7367bd6ffc2242c980645a8c81 (diff)
Reverted man commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/man-inst.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 0e8fff874..7ce68eea3 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -4,9 +4,10 @@
<para>Run the following commands to install man:</para>
<para><screen><userinput>PATH=$PATH:/usr/bin:/bin \
-&nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &&
+&nbsp;&nbsp;&nbsp;&nbsp;./configure -default &&
make &amp;&amp;
-make install</userinput></screen></para>
+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