aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 18:13:47 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 18:13:47 +0000
commitba4e117603a56d37662f9a75d25d0bf86f5f95dc (patch)
treebed94e833a7271b7ec9fc4c726286d56538ea29c /chapter06/bc.xml
parent047a323f6b3f8e6c110316c73e537dbc6fee346a (diff)
Minor consistency updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10424 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bc.xml')
-rw-r--r--chapter06/bc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index 8e37d0132..0957421bd 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -43,7 +43,10 @@
<para>Prepare Bc for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --with-readline</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --with-readline \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>