diff options
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 9 |
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 |