diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 20:03:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 20:03:48 +0000 |
commit | 06948c18f542ca46e66443c5afadcccd326fe2d7 (patch) | |
tree | 43363d61573dc974c0502cfaab5acb006aba4535 /chapter06/findutils.xml | |
parent | 0687e9fdb0a274e5353f993f140690bb60ffe850 (diff) |
Change findutils' and vim's configure option explanations conform to the convention used elsewhere in the book (fixes bug 1613)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 0c34ac14b..61674c1e9 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -38,9 +38,16 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make and Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \ --localstatedir=/var/lib/locate</userinput></screen> -<para>The <parameter>localstatedir</parameter> option above changes the -location of the <command>locate</command> database to be in <filename -class="directory">/var/lib/locate</filename>, which is FHS-compliant.</para> +<para>The meaning of the configure options:</para> + +<variablelist> +<varlistentry> +<term><parameter>--localstatedir</parameter></term> +<listitem><para>This option changes the location of the <command>locate</command> +database to be in <filename class="directory">/var/lib/locate</filename>, which +is FHS-compliant.</para></listitem> +</varlistentry> +</variablelist> <para>Compile the package:</para> |