mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2026-07-16 07:42:03 -04:00
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
@@ -78,34 +78,46 @@ chmod 755 /usr/bin/lex</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="contents-flex"><title>Contents of Flex</title>
|
||||
<sect2 id="contents-flex" role="content"><title>Contents of Flex</title>
|
||||
|
||||
<para><emphasis>Installed programs</emphasis>: flex, flex++ (link to flex)
|
||||
and lex</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed programs</segtitle>
|
||||
<segtitle>Installed library</segtitle>
|
||||
<seglistitem><seg>flex, flex++ (link to flex) and lex</seg>
|
||||
<seg>libfl.a</seg></seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<para><emphasis>Installed library</emphasis>: libfl.a</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2><title>Short descriptions</title>
|
||||
<variablelist><title>Short descriptions</title>
|
||||
|
||||
<varlistentry>
|
||||
<term id="flex"><command>flex</command></term>
|
||||
<listitem>
|
||||
<indexterm zone="ch-system-flex flex"><primary sortas="b-flex">flex</primary></indexterm>
|
||||
<para id="flex"><command>flex</command> is a tool for generating programs that
|
||||
<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
|
||||
the rules for a pattern-finding program than to write the program.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term id="flex-"><command>flex++</command></term>
|
||||
<listitem>
|
||||
<indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm>
|
||||
<para id="flex-"><command>flex++</command> invokes a version of flex that is used
|
||||
exclusively for C++ scanners.</para>
|
||||
<para>invokes a version of flex that is used exclusively for C++ scanners.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term id="libfl.a"><command>libfl.a</command></term>
|
||||
<listitem>
|
||||
<indexterm zone="ch-system-flex libfl.a"><primary sortas="c-libfl.a">libfl.a</primary></indexterm>
|
||||
<para id="libfl.a"><command>libfl.a</command> is the flex library.</para>
|
||||
<para>is the flex library.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
|
||||
</sect1>
|
||||
|
||||
Reference in New Issue
Block a user