diff options
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> |