diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-24 21:37:26 +0000 |
commit | b8a819fd7bca2d339d92375130c556cca465aa1d (patch) | |
tree | e50ac7f33f4bafb2fb0d129181ba168181bc4083 /chapter05 | |
parent | 8d11d9f0c80a970ae5aa1a4f95123d70ac8f485e (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 'chapter05')
-rw-r--r-- | chapter05/dejagnu.xml | 4 | ||||
-rw-r--r-- | chapter05/expect.xml | 4 | ||||
-rw-r--r-- | chapter05/tcl.xml | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index 044374f8a..8b156af1c 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -48,8 +48,8 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> <variablelist><title>Short description</title> -<varlistentry> -<term id="runtest"><command>rutest</command></term> +<varlistentry id="runtest"> +<term><command>rutest</command></term> <listitem> <indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm> <para>is the wrapper script that finds the proper diff --git a/chapter05/expect.xml b/chapter05/expect.xml index d3f63773d..fa50bd726 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -96,8 +96,8 @@ of the supplementary expect scripts which are not needed.</para></listitem> <variablelist><title>Short description</title> -<varlistentry> -<term id="expect"><command>expect</command></term> +<varlistentry id="expect"> +<term><command>expect</command></term> <listitem> <indexterm zone="ch-tools-expect expect"><primary sortas="b-expect">expect</primary></indexterm> <para><quote>talks</quote> to other interactive diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index c0191f138..4c2cf7b83 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -80,16 +80,16 @@ will need its internal headers.</para></warning> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="tclsh8.4"><command>tclsh8.4</command></term> +<varlistentry id="tclsh8.4"> +<term><command>tclsh8.4</command></term> <listitem> <indexterm zone="ch-tools-tcl tclsh8.4"><primary sortas="b-tclsh8.4">tclsh8.4</primary></indexterm> <para>is the Tcl command shell.</para> </listitem> </varlistentry> -<varlistentry> -<term id="libtcl8.4.so"><command>libtcl8.4.so</command></term> +<varlistentry id="libtcl8.4.so"> +<term><command>libtcl8.4.so</command></term> <listitem> <indexterm zone="ch-tools-tcl libtcl8.4.so"><primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary></indexterm> <para>is the Tcl library.</para> |