From bee29190781c6cda2799a32a0a94cd8a00fe9f94 Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 15 Jun 2005 20:21:54 +0000 Subject: [PATCH] Slight wording change on findutils description. (merged from trunk r6004) git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6005 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/findutils.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index eb012480e..1d58c3f61 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -10,7 +10,7 @@ Findutils -<para>The Findutils package contains programs to find files. Processes +<para>The Findutils package contains programs to find files. These programs are provided to recursively search through a directory tree and to create, maintain, and search a database (often faster than the recursive find, but unreliable if the database has not been recently updated).</para>