aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/findutils.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-12-15 10:24:33 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-12-15 10:24:33 -0600
commitdbaab9969490a759239eebe887c5af5a5d01ea98 (patch)
treee5da1a80e1995d66192fa513951d78b3b74314ea /chapter08/findutils.xml
parentc9aabf13a1e8e1fb57688a7dea2f2ca2f1a9e1ab (diff)
parent0c4501b5b186b116b90aa19fd7fb6087b3d70a69 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/findutils.xml')
-rw-r--r--chapter08/findutils.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/chapter08/findutils.xml b/chapter08/findutils.xml
index c37f3aab0..c12452668 100644
--- a/chapter08/findutils.xml
+++ b/chapter08/findutils.xml
@@ -23,10 +23,12 @@
<sect2 role="package">
<title/>
- <para>The Findutils package contains programs to find files. These programs
- are provided to recursively search through a directory tree and to
+ <para>The Findutils package contains programs to find files. Programs
+ are provided to search through all the files in a directory tree and to
create, maintain, and search a database (often faster than the recursive
- find, but is unreliable if the database has not been recently updated).</para>
+ find, but unreliable unless the database has been updated recently).
+ Findutils also supplies the <command>xargs</command> program, which
+ can be used to run a specified command on each file selected by a search.</para>
<segmentedlist>
<segtitle>&buildtime;</segtitle>
@@ -63,9 +65,9 @@ esac</userinput></screen>
<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>
+ <para>This option moves the <command>locate</command>
+ database to <filename class="directory">/var/lib/locate</filename>,
+ which is the FHS-compliant location.</para>
</listitem>
</varlistentry>