diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/gawk.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |