diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
commit | bb55064a0b6cb7c96059cc6ea9fae49f709fc746 (patch) | |
tree | dc6f99c5a2e95d025832969459fd767825e2a8f3 /chapter06/findutils.xml | |
parent | 5ce2fc9ccd0be403e9eee9f97b4116536e485647 (diff) |
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index f3d7d5395..8d9f2407c 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -37,7 +37,8 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> --localstatedir=/var/lib/locate</userinput></screen> <para>The localstatedir directive above changes the location of the locate -database to be in /var/lib/locate, which is FHS-compliant.</para> +database to be in <filename class="directory">/var/lib/locate</filename>, +which is FHS-compliant.</para> <para>Compile the package:</para> @@ -66,7 +67,7 @@ database to be in /var/lib/locate, which is FHS-compliant.</para> <term><command>bigram</command></term> <listitem> <indexterm zone="ch-system-findutils bigram"><primary sortas="b-bigram">bigram</primary></indexterm> -<para>was formerly used to produce locate databases.</para> +<para>was formerly used to produce <command>locate</command> databases.</para> </listitem> </varlistentry> @@ -74,8 +75,8 @@ database to be in /var/lib/locate, which is FHS-compliant.</para> <term><command>code</command></term> <listitem> <indexterm zone="ch-system-findutils code"><primary sortas="b-code">code</primary></indexterm> -<para>was formerly used to produce locate -databases. It is the ancestor of frcode.</para> +<para>was formerly used to produce <command>locate</command> +databases. It is the ancestor of <command>frcode</command>.</para> </listitem> </varlistentry> @@ -91,7 +92,7 @@ databases. It is the ancestor of frcode.</para> <term><command>frcode</command></term> <listitem> <indexterm zone="ch-system-findutils frcode"><primary sortas="b-frcode">frcode</primary></indexterm> -<para>is called by updatedb to compress the list of file names. It uses +<para>is called by <command>updatedb</command> to compress the list of file names. It uses front-compression, reducing the database size by a factor of 4 to 5.</para> </listitem> </varlistentry> @@ -109,7 +110,7 @@ and reports the names that contain a given string or match a given pattern.</par <term><command>updatedb</command></term> <listitem> <indexterm zone="ch-system-findutils updatedb"><primary sortas="b-updatedb">updatedb</primary></indexterm> -<para>updates the locate database. It scans +<para>updates the <command>locate</command> database. It scans the entire file system (including other file systems that are currently mounted, unless told not to) and puts every file name it finds in the database.</para> </listitem> |