aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
commite5846effb0fab3c1f10b071660f96b45749d74cb (patch)
tree19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/findutils.xml
parent7efa3be047998850dec035e52784fb6ea63eb1bc (diff)
Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 378c79613..0c34ac14b 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -38,7 +38,7 @@ 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> directive above changes the
+<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>