diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gawk.xml | 59 |
1 files changed, 6 insertions, 53 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 832def654..068cccfc8 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -68,12 +68,15 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</ <segmentedlist> <segtitle>Installed programs</segtitle> + <segtitle>Installed libraries</segtitle> <segtitle>Installed directories</segtitle> <seglistitem> - <seg>awk (link to gawk), dgawk, gawk, gawk-&gawk-version;, grcat, igawk, - pgawk, pgawk-&gawk-version;, and pwcat</seg> - <seg>/usr/lib/awk, /usr/share/awk</seg> + <seg>awk (link to gawk), gawk, gawk-&gawk-version;, and igawk</seg> + <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so, + readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, + testext.so, and time.so</seg> + <seg>/usr/lib/{,g}awk, /usr/share/awk</seg> </seglistitem> </segmentedlist> @@ -92,16 +95,6 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</ </listitem> </varlistentry> - <varlistentry id="dgawk"> - <term><command>dgawk</command></term> - <listitem> - <para>An awk debugger</para> - <indexterm zone="ch-system-gawk dgawk"> - <primary sortas="b-dgawk">dgawk</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="gawk"> <term><command>gawk</command></term> <listitem> @@ -123,16 +116,6 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</ </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> @@ -143,36 +126,6 @@ cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</ </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> |