diff options
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 4ce0d6e8a..b906a9107 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -10,7 +10,6 @@ <indexterm zone="ch-system-gawk"><primary sortas="a-Gawk">Gawk</primary></indexterm> <sect2 role="package"><title/> -<para>The Gawk package contains programs for manipulating text files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.2 SBU</seg><seg>17 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Gawk installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -48,55 +42,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> <sect2 id="contents-gawk" role="content"><title>Contents of Gawk</title> -<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> - -<variablelist><title>Short descriptions</title> - -<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. -It is the GNU implementation of <command>awk</command>.</para> -</listitem> -</varlistentry> - -<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 id="igawk"> -<term><command>igawk</command></term> -<listitem> -<indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm> -<para>gives <command>gawk</command> the ability to include files.</para> -</listitem> -</varlistentry> - -<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 <command>gawk</command>.</para> -</listitem> -</varlistentry> - -<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> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |