diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 19:25:16 +0000 |
commit | bb55064a0b6cb7c96059cc6ea9fae49f709fc746 (patch) | |
tree | dc6f99c5a2e95d025832969459fd767825e2a8f3 /chapter06/flex.xml | |
parent | 5ce2fc9ccd0be403e9eee9f97b4116536e485647 (diff) |
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |