aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-24 21:37:26 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-24 21:37:26 +0000
commitb8a819fd7bca2d339d92375130c556cca465aa1d (patch)
treee50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter06/findutils.xml
parent8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (diff)
Changed the id's location in the Short descriptions sections to fix a bug in the PDF generation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 4847c2fc8..f3d7d5395 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -62,16 +62,16 @@ database to be in /var/lib/locate, which is FHS-compliant.</para>
<variablelist><title>Short descriptions</title>
-<varlistentry>
-<term id="bigram"><command>bigram</command></term>
+<varlistentry id="bigram">
+<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>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="code"><command>code</command></term>
+<varlistentry id="code">
+<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
@@ -79,16 +79,16 @@ databases. It is the ancestor of frcode.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="find"><command>find</command></term>
+<varlistentry id="find">
+<term><command>find</command></term>
<listitem>
<indexterm zone="ch-system-findutils find"><primary sortas="b-find">find</primary></indexterm>
<para>searches given directory trees for files matching the specified criteria.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="frcode"><command>frcode</command></term>
+<varlistentry id="frcode">
+<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
@@ -96,8 +96,8 @@ front-compression, reducing the database size by a factor of 4 to 5.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="locate"><command>locate</command></term>
+<varlistentry id="locate">
+<term><command>locate</command></term>
<listitem>
<indexterm zone="ch-system-findutils locate"><primary sortas="b-locate">locate</primary></indexterm>
<para>searches through a database of file names,
@@ -105,8 +105,8 @@ and reports the names that contain a given string or match a given pattern.</par
</listitem>
</varlistentry>
-<varlistentry>
-<term id="updatedb"><command>updatedb</command></term>
+<varlistentry id="updatedb">
+<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
@@ -115,8 +115,8 @@ unless told not to) and puts every file name it finds in the database.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="xargs"><command>xargs</command></term>
+<varlistentry id="xargs">
+<term><command>xargs</command></term>
<listitem>
<indexterm zone="ch-system-findutils xargs"><primary sortas="b-xargs">xargs</primary></indexterm>
<para>can be used to apply a given command to a list of files.</para>