diff options
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 5fcfbb3f8..3291807f1 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -95,8 +95,8 @@ chmod 755 /usr/bin/lex</userinput></screen> <indexterm zone="ch-system-flex flex"><primary sortas="b-flex">flex</primary></indexterm> <para>is a tool for generating programs that recognize patterns in text. Pattern recognition is useful in many applications. -From a set of rules on what to look for, flex makes a program that looks for -those patterns. The reason to use flex is that it is much easier to specify +From a set of rules on what to look for, <command>flex</command> makes a program that looks for +those patterns. The reason to use <command>flex</command> is that it is much easier to specify the rules for a pattern-finding program than to write the program.</para> </listitem> </varlistentry> @@ -105,12 +105,12 @@ the rules for a pattern-finding program than to write the program.</para> <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> +<para>invokes a version of <command>flex</command> that is used exclusively for C++ scanners.</para> </listitem> </varlistentry> <varlistentry id="libfl.a"> -<term><command>libfl.a</command></term> +<term><filename class="libraryfile">libfl.a</filename></term> <listitem> <indexterm zone="ch-system-flex libfl.a"><primary sortas="c-libfl.a">libfl.a</primary></indexterm> <para>is the flex library.</para> |