diff options
Diffstat (limited to 'appendixa/gawk-desc.xml')
-rw-r--r-- | appendixa/gawk-desc.xml | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/appendixa/gawk-desc.xml b/appendixa/gawk-desc.xml index 1e39c80ea..31b105314 100644 --- a/appendixa/gawk-desc.xml +++ b/appendixa/gawk-desc.xml @@ -2,7 +2,34 @@ <para>Last checked against version &gawk-contversion;.</para> -<para>(Not checked yet.)</para> +<sect3><title>Program Files</title> +<para>awk, gawk, gawk-3.1.1, grcat, igawk, pgawk, pgawk-3.1.1, +pwcat</para></sect3> -</sect2> +<sect3><title>Descriptions</title> + +<sect4><title>awk</title> +<para>awk is a symbolic link to gawk.</para></sect4> + +<sect4><title>gawk, gawk-3.1.1</title> +<para>gawk is the GNU implementation of the AWK, +a pattern scanning and processing language.</para></sect4> + +<sect4><title>grcat</title> +<para>grcat concatenates the group database, +/etc/group.</para></sect4> + +<sect4><title>igawk</title> +<para>igawk is a shell script which gives gawk the ability to +include files.</para></sect4> +<sect4><title>pgawk, pgawk-3.1.1</title> +<para>pgawk is the profiling version of gawk.</para></sect4> + +<sect4><title>pwcat</title> +<para>pwcat concatenates the password database, +/etc/passwd.</para></sect4> + +</sect3> + +</sect2> |