diff options
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index c4bc1e664..ce0f86e5a 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -89,8 +89,8 @@ chmod 755 /usr/bin/lex</userinput></screen> <variablelist><title>Short descriptions</title> -<varlistentry> -<term id="flex"><command>flex</command></term> +<varlistentry id="flex"> +<term><command>flex</command></term> <listitem> <indexterm zone="ch-system-flex flex"><primary sortas="b-flex">flex</primary></indexterm> <para>is a tool for generating programs that @@ -101,16 +101,16 @@ the rules for a pattern-finding program than to write the program.</para> </listitem> </varlistentry> -<varlistentry> -<term id="flex-"><command>flex++</command></term> +<varlistentry id="flex-"> +<term><command>flex++</command></term> <listitem> <indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm> <para>invokes a version of flex that is used exclusively for C++ scanners.</para> </listitem> </varlistentry> -<varlistentry> -<term id="libfl.a"><command>libfl.a</command></term> +<varlistentry id="libfl.a"> +<term><command>libfl.a</command></term> <listitem> <indexterm zone="ch-system-flex libfl.a"><primary sortas="c-libfl.a">libfl.a</primary></indexterm> <para>is the flex library.</para> |