diff options
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 54 |
1 files changed, 38 insertions, 16 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 99420f0b8..022948dc0 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -46,36 +46,58 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> </sect2> -<sect2 id="contents-gawk"><title>Contents of Gawk</title> +<sect2 id="contents-gawk" role="content"><title>Contents of Gawk</title> -<para><emphasis>Installed programs</emphasis>: awk (link to gawk), gawk, -gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version; and pwcat</para> - -</sect2> +<segmentedlist> +<segtitle>Installed programs</segtitle> +<seglistitem><seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, +pgawk, pgawk-&gawk-version; and pwcat</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="gawk"><command>gawk</command></term> +<listitem> <indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm> -<para id="gawk"><command>gawk</command> is a program for manipulating text files. +<para>is a program for manipulating text files. It is the GNU implementation of awk.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="grcat"><command>grcat</command></term> +<listitem> <indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm> -<para id="grcat"><command>grcat</command> dumps the group database -<filename>/etc/group</filename>.</para> +<para>dumps the group database <filename>/etc/group</filename>.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="igawk"><command>igawk</command></term> +<listitem> <indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm> -<para id="igawk"><command>igawk</command> gives gawk the ability to -include files.</para> +<para>gives gawk the ability to include files.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="pgawk"><command>pgawk</command></term> +<listitem> <indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm> -<para id="pgawk"><command>pgawk</command> is the profiling version of gawk.</para> +<para>is the profiling version of gawk.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="pwcat"><command>pwcat</command></term> +<listitem> <indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm> -<para id="pwcat"><command>pwcat</command> dumps the password database -<filename>/etc/passwd</filename>.</para> +<para>dumps the password database <filename>/etc/passwd</filename>.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |