Changeset 2256873 for chapter06/flex.xml


Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    rf67ec77a r2256873  
    9090</segmentedlist>
    9191
    92 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     92<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    9393<?dbfo list-presentation="list"?>
    9494
     
    9696<term><command>flex</command></term>
    9797<listitem>
    98 <para>a tool for generating programs that recognize patterns in text.
    99 Pattern recognition is useful in many applications.
    100 <application>Flex</application> makes a program that looks for those
    101 patterns from a set of established rules.
    102 <application>Flex</application> allows for the versatility to specify
    103 the rules for pattern-finding, eradicating the need to develop a
    104 specialized program.</para>
     98<para>A tool for generating programs that recognize patterns in text;
     99it allows for the versatility to specify the rules for
     100pattern-finding, eradicating the need to develop a specialized
     101program</para>
    105102<indexterm zone="ch-system-flex flex"><primary sortas="b-flex">flex</primary></indexterm>
    106103</listitem>
     
    110107<term><command>flex++</command></term>
    111108<listitem>
    112 <para>invokes a version of <command>flex</command> that is used exclusively for C++ scanners.</para>
     109<para>Invokes a version of <command>flex</command> that is used exclusively for C++ scanners</para>
    113110<indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm>
    114111</listitem>
     
    118115<term><command>lex</command></term>
    119116<listitem>
    120 <para>script that runs <command>flex</command> in <command>lex</command>
    121 emulation mode.</para>
     117<para>Script that runs <command>flex</command> in <command>lex</command>
     118emulation mode</para>
    122119<indexterm zone="ch-system-flex lex"><primary sortas="b-lex">lex</primary></indexterm>
    123120</listitem>
     
    127124<term><filename class="libraryfile">libfl.a</filename></term>
    128125<listitem>
    129 <para>the <filename class="libraryfile">flex</filename> library.</para>
     126<para>The <filename class="libraryfile">flex</filename> library</para>
    130127<indexterm zone="ch-system-flex libfl.a"><primary sortas="c-libfl.a">libfl.a</primary></indexterm>
    131128</listitem>
Note: See TracChangeset for help on using the changeset viewer.