Quellcode durchsuchen

Created a list of package contents and descriptions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher vor 23 Jahren
Ursprung
Commit
a0e0ac0fc9
3 geänderte Dateien mit 33 neuen und 3 gelöschten Zeilen
  1. 29 2
      appendixa/gawk-desc.xml
  2. 3 0
      chapter01/changelog.xml
  3. 1 1
      entities/gawk.ent

+ 29 - 2
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>

+ 3 - 0
chapter01/changelog.xml

@@ -45,6 +45,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 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>

+ 1 - 1
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;">