diff options
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 65ccfb0c8..4ce0d6e8a 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -61,7 +61,7 @@ pgawk, pgawk-&gawk-version; and pwcat</seg></seglistitem> <listitem> <indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm> <para>is a program for manipulating text files. -It is the GNU implementation of awk.</para> +It is the GNU implementation of <command>awk</command>.</para> </listitem> </varlistentry> @@ -77,7 +77,7 @@ It is the GNU implementation of awk.</para> <term><command>igawk</command></term> <listitem> <indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm> -<para>gives gawk the ability to include files.</para> +<para>gives <command>gawk</command> the ability to include files.</para> </listitem> </varlistentry> @@ -85,7 +85,7 @@ It is the GNU implementation of awk.</para> <term><command>pgawk</command></term> <listitem> <indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm> -<para>is the profiling version of gawk.</para> +<para>is the profiling version of <command>gawk</command>.</para> </listitem> </varlistentry> |