Changeset 69993f4 for chapter06/flex.xml


Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    rec0a37e6 r69993f4  
    2323<segtitle>Flex installation depends on</segtitle>
    2424<seglistitem><seg>Bash, Binutils, Bison, Coreutils, Diffutils,
    25 GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem>
     25GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem>
    2626</segmentedlist>
    2727</sect2>
     
    3535
    3636<para>The GNU autotools detects that the Flex source code has been
    37 modified by the previous patch, and tries to update the manual page
     37modified by the previous patch and tries to update the manual page
    3838accordingly. This does not work correctly on many systems, and the
    3939default page is fine, so make sure it does not get regenerated:</para>
     
    4141<screen><userinput>touch doc/flex.1</userinput></screen>
    4242
    43 <para>Now prepare Flex for compilation:</para>
     43<para>Prepare Flex for compilation:</para>
    4444
    4545<screen><userinput>./configure --prefix=/usr</userinput></screen>
     
    8686<segtitle>Installed programs</segtitle>
    8787<segtitle>Installed library</segtitle>
    88 <seglistitem><seg>flex, flex++ (link to flex) and lex</seg>
     88<seglistitem><seg>flex, flex++ (link to flex), and lex</seg>
    8989<seg>libfl.a</seg></seglistitem>
    9090</segmentedlist>
     
    101101patterns from a set of established rules.
    102102<application>Flex</application> allows for the versatility to specify
    103 the rules for a pattern-finding, eradicating the need to develop a
     103the rules for pattern-finding, eradicating the need to develop a
    104104specialized program.</para>
    105105<indexterm zone="ch-system-flex flex"><primary sortas="b-flex">flex</primary></indexterm>
     
    112112<para>invokes a version of <command>flex</command> that is used exclusively for C++ scanners.</para>
    113113<indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm>
     114</listitem>
     115</varlistentry>
     116
     117<varlistentry id="lex">
     118<term><command>lex</command></term>
     119<listitem>
     120<para>script that runs <command>flex</command> in lex emulation
     121mode.</para>
     122<indexterm zone="ch-system-flex lex"><primary sortas="b-lex">lex</primary></indexterm>
    114123</listitem>
    115124</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.