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 /chapter06/gawk.xml | |
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 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 022948dc0..65ccfb0c8 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -56,8 +56,8 @@ pgawk, pgawk-&gawk-version; and pwcat</seg></seglistitem> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="gawk"><command>gawk</command></term> +<varlistentry id="gawk"> +<term><command>gawk</command></term> <listitem> <indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm> <para>is a program for manipulating text files. @@ -65,32 +65,32 @@ It is the GNU implementation of awk.</para> </listitem> </varlistentry> -<varlistentry> -<term id="grcat"><command>grcat</command></term> +<varlistentry id="grcat"> +<term><command>grcat</command></term> <listitem> <indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm> <para>dumps the group database <filename>/etc/group</filename>.</para> </listitem> </varlistentry> -<varlistentry> -<term id="igawk"><command>igawk</command></term> +<varlistentry id="igawk"> +<term><command>igawk</command></term> <listitem> <indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm> <para>gives gawk the ability to include files.</para> </listitem> </varlistentry> -<varlistentry> -<term id="pgawk"><command>pgawk</command></term> +<varlistentry id="pgawk"> +<term><command>pgawk</command></term> <listitem> <indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm> <para>is the profiling version of gawk.</para> </listitem> </varlistentry> -<varlistentry> -<term id="pwcat"><command>pwcat</command></term> +<varlistentry id="pwcat"> +<term><command>pwcat</command></term> <listitem> <indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm> <para>dumps the password database <filename>/etc/passwd</filename>.</para> |