aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grep.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r--chapter06/grep.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index 1726965b7..b4fb3ac27 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -55,24 +55,24 @@ Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo</seg></seglistitem>
<variablelist><title>Short descriptions</title>
-<varlistentry>
-<term id="egrep"><command>egrep</command></term>
+<varlistentry id="egrep">
+<term><command>egrep</command></term>
<listitem>
<indexterm zone="ch-system-grep egrep"><primary sortas="b-egrep">egrep</primary></indexterm>
<para>prints lines matching an extended regular expression.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="fgrep"><command>fgrep</command></term>
+<varlistentry id="fgrep">
+<term><command>fgrep</command></term>
<listitem>
<indexterm zone="ch-system-grep fgrep"><primary sortas="b-fgrep">fgrep</primary></indexterm>
<para>prints lines matching a list of fixed strings.</para>
</listitem>
</varlistentry>
-<varlistentry>
-<term id="grep"><command>grep</command></term>
+<varlistentry id="grep">
+<term><command>grep</command></term>
<listitem>
<indexterm zone="ch-system-grep grep"><primary sortas="b-grep">grep</primary></indexterm>
<para>prints lines matching a basic regular expression.</para>