diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-12 01:10:29 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-12 01:10:29 +0000 |
commit | a0e0ac0fc9e18442f30de03d136a3120311ac7e6 (patch) | |
tree | 63519672ce7068aabbaf38e7470d6a938cdff4f4 | |
parent | 60cd5856e64dd5fc50257bc0fbf13f6deec5d3dc (diff) |
Created a list of package contents and descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/gawk-desc.xml | 31 | ||||
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | entities/gawk.ent | 2 |
3 files changed, 33 insertions, 3 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> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0e142cc07..a920ff814 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,9 @@ </itemizedlist> </para></listitem> +<listitem><para>June 11th, 2002 [timothy]: Chapter 05 & 06 - Gawk: +Created a list of package contents and descriptions.</para></listitem> + <listitem><para>June 11th, 2002 [timothy]: Chapter 05 - Fileutils: Removed a confusing paragraph about the fileutils patch, per Christophe Devine's request.</para></listitem> diff --git a/entities/gawk.ent b/entities/gawk.ent index ace21d062..470a27006 100644 --- a/entities/gawk.ent +++ b/entities/gawk.ent @@ -15,7 +15,7 @@ <!ENTITY gawk-version "3.1.1"> <!ENTITY gawk-depversion "3.1.0"> -<!ENTITY gawk-contversion "3.1.0"> +<!ENTITY gawk-contversion "3.1.1"> <!ENTITY gawk-size "1,420 KB"> <!ENTITY gawk-patch-size "1 KB"> <!ENTITY gawk-dir "gawk-&gawk-version;"> |