diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:00:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:00:34 +0000 |
commit | cf24ff11cc44d9454ab5c8fbb9e443fe2d34830c (patch) | |
tree | b9a26c5216dbc4724c9da37755fac0825f172b11 /appendixa/findutils-desc.xml | |
parent | a81d3ab06106446982eb3364701fd9c667542448 (diff) |
fixed upper case / lower case mistakes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/findutils-desc.xml')
-rw-r--r-- | appendixa/findutils-desc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appendixa/findutils-desc.xml b/appendixa/findutils-desc.xml index 033ca86cb..8398d5972 100644 --- a/appendixa/findutils-desc.xml +++ b/appendixa/findutils-desc.xml @@ -21,12 +21,12 @@ a certain criteria. If no criteria is given, it lists all files in the current directory and its subdirectories.</para></sect4> <sect4><title>frcode</title> -<para>updatedb runs a program called frcode to compress the list of file names +<para>frcode is called by updatedb to compress the list of file names using front-compression, which reduces the database size by a factor of 4 to 5.</para></sect4> <sect4><title>locate</title> -<para>Locate scans a database which contain all files and directories on a +<para>locate scans a database which contain all files and directories on a filesystem. This program lists the files and directories in this database matching a certain criteria. If a user is looking for a file this program will scan the database and tell him exactly where the files he |