diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2005-02-19 22:16:42 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2005-02-19 22:16:42 +0000 |
commit | 81fd230419b0cfd052b08fc1ed352bb7d49975df (patch) | |
tree | 24c98d2876e5b457dcb88d39e7cca4905f58691a /chapter06/gawk.xml | |
parent | 2f9131f8390243dbc350fe2eeb9e1d58f0264888 (diff) |
Trunk is now identical to Testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 86 |
1 files changed, 83 insertions, 3 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 02d6cd526..c9968b531 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -3,13 +3,14 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-gawk" xreflabel="Gawk" role="wrap"> +<sect1 id="ch-system-gawk" role="wrap"> <title>Gawk-&gawk-version;</title> <?dbhtml filename="gawk.html"?> <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> @@ -17,6 +18,11 @@ <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, and Sed</seg></seglistitem> +</segmentedlist> </sect2> <sect2 role="installation"> @@ -33,7 +39,7 @@ <para>To test the results, issue: <userinput>make check</userinput>.</para> -<para>Now install the package:</para> +<para>Install the package:</para> <screen><userinput>make install</userinput></screen> @@ -42,8 +48,82 @@ <sect2 id="contents-gawk" role="content"><title>Contents of Gawk</title> -<para>See testing</para> +<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><bridgehead renderas="sect3">Short Descriptions</bridgehead> +<?dbfo list-presentation="list"?> + +<varlistentry id="awk"> +<term><command>awk</command></term> +<listitem> +<para>A link to <command>gawk</command></para> +<indexterm zone="ch-system-gawk awk"><primary sortas="b-awk">awk</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="gawk"> +<term><command>gawk</command></term> +<listitem> +<para>A program for manipulating text files; it is the GNU +implementation of <command>awk</command></para> +<indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="gawk-version"> +<term><command>gawk-&gawk-version;</command></term> +<listitem> +<para>A hard link to <command>gawk</command></para> +<indexterm zone="ch-system-gawk gawk-version"><primary sortas="b-gawk-&gawk-version;">gawk-&gawk-version;</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="grcat"> +<term><command>grcat</command></term> +<listitem> +<para>Dumps the group database <filename>/etc/group</filename></para> +<indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="igawk"> +<term><command>igawk</command></term> +<listitem> +<para>Gives <command>gawk</command> the ability to include files</para> +<indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="pgawk"> +<term><command>pgawk</command></term> +<listitem> +<para>The profiling version of <command>gawk</command></para> +<indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="pgawk-version"> +<term><command>pgawk-&gawk-version;</command></term> +<listitem> +<para>Hard link to <command>pgawk</command></para> +<indexterm zone="ch-system-gawk pgawk-version"><primary sortas="b-pgawk-&gawk-version;">pgawk-&gawk-version;</primary></indexterm> +</listitem> +</varlistentry> + +<varlistentry id="pwcat"> +<term><command>pwcat</command></term> +<listitem> +<para>Dumps the password database <filename>/etc/passwd</filename></para> +<indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm> +</listitem> +</varlistentry> +</variablelist> </sect2> </sect1> + |