aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/findutils-desc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-11-07 15:42:16 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-11-07 15:42:16 +0000
commit51c0c60367a904ef697910020a7180764d2694b0 (patch)
treed370f153ea882ab255c3f015a041278746cc4577 /appendixa/findutils-desc.xml
parent8f98b45c4b3a40197c2d1cc32eb6816053b51728 (diff)
fix typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/findutils-desc.xml')
-rw-r--r--appendixa/findutils-desc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appendixa/findutils-desc.xml b/appendixa/findutils-desc.xml
index 342f96585..ffd0611e8 100644
--- a/appendixa/findutils-desc.xml
+++ b/appendixa/findutils-desc.xml
@@ -20,7 +20,7 @@ databases.</para></sect3>
<sect3><title>find</title>
<para>The find program searches for files in a directory hierarchy which match
a certain criteria. If no criteria is given, it lists all files in the
-current directory and it's subdirectories.</para></sect3>
+current directory and its subdirectories.</para></sect3>
<sect3><title>frcode</title>
<para>updatedb runs a program called frcode to compress the list of file names
@@ -40,7 +40,7 @@ fairly up-to-date else it will provide out-of-date information.</para></sect3>
file system (including other file system that are currently mounted
unless it is told not to do so) and puts every directory and file it finds
into the database that's used by the locate program which retrieves this
-information. It's a good practice to update this database once a day to
+information. It's good practice to update this database once a day to
have it up-to-date whenever it is needed.</para></sect3>
<sect3><title>xargs</title>