Changeset 7566baf for chapter06/flex.xml


Ignore:
Timestamp:
09/25/2004 03:14:02 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
76c5c80
Parents:
eb016f3b
Message:

Tags & typos corrections.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    reb016f3b r7566baf  
    6666try to run its predecessor, <command>lex</command>. To support those
    6767programs, create a wrapper script named <filename>lex</filename> that
    68 calls <filename>flex</filename> in lex emulation mode:</para>
     68calls <filename>flex</filename> in <command>lex</command> emulation mode:</para>
    6969
    7070<screen><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"
     
    118118<term><command>lex</command></term>
    119119<listitem>
    120 <para>script that runs <command>flex</command> in lex emulation
    121 mode.</para>
     120<para>script that runs <command>flex</command> in <command>lex</command>
     121emulation mode.</para>
    122122<indexterm zone="ch-system-flex lex"><primary sortas="b-lex">lex</primary></indexterm>
    123123</listitem>
     
    127127<term><filename class="libraryfile">libfl.a</filename></term>
    128128<listitem>
    129 <para>the flex library.</para>
     129<para>the <filename class="libraryfile">flex</filename> library.</para>
    130130<indexterm zone="ch-system-flex libfl.a"><primary sortas="c-libfl.a">libfl.a</primary></indexterm>
    131131</listitem>
Note: See TracChangeset for help on using the changeset viewer.