aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-db.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-06 06:54:06 +0000
commitd35b7f3cedd4eba67e5c8651ff0fd8de99065381 (patch)
tree73bcf64522b30e6716c6473c6e78e14c6051961c /chapter06/man-db.xml
parent94e69545480652dc592f78f3fe42142a4699a9a4 (diff)
Update to sed 4,2,1
Update to Linux 2.6.30.1 Correct GCC to use -fomit-frame-pointer Add pkg-config Remove --with-col from Man-DB Move Util-Linux-NG to before E2fsprogs in Chapter 6 Update to e2fsprogs-1.41.7 Remove E2fsprogs in Chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r--chapter06/man-db.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index da27532ad..2e2b1c0f6 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -51,8 +51,8 @@
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
--sysconfdir=/etc --disable-setuid \
- --with-browser=/usr/bin/lynx --with-col=/usr/bin/col \
- --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>
+ --with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind \
+ --with-grap=/usr/bin/grap</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -68,9 +68,8 @@
<varlistentry>
<term><parameter>--with-...</parameter></term>
<listitem>
- <para>These four parameters are used to set some default programs.
- The <command>col</command> program is a part of the Util-linux-ng
- package, <command>lynx</command> is a text-based web browser (see
+ <para>These three parameters are used to set some default programs.
+ <command>lynx</command> is a text-based web browser (see
BLFS for installation instructions), <command>vgrind</command>
converts program sources to Groff input, and <command>grap</command>
is useful for typesetting graphs in Groff documents. The