git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-24 08:58:43 +00:00
parent 3f2fbcdd56
commit b3ea288e18

View File

@ -62,7 +62,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem>
<varlistentry id="bison">
<term><command>bison</command></term>
<listitem>
<para>generates, from a series of rules, a program for analyzing the structure
<para>Generates, from a series of rules, a program for analyzing the structure
of text files; Bison is a replacement for Yacc (Yet Another Compiler
Compiler)</para>
<indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm>
@ -72,7 +72,7 @@ Compiler)</para>
<varlistentry id="yacc">
<term><command>yacc</command></term>
<listitem>
<para>a wrapper for <command>bison</command>, meant for programs
<para>A wrapper for <command>bison</command>, meant for programs
that still call <command>yacc</command> instead of <command>bison</command>;
it calls <command>bison</command> with the <parameter>-y</parameter> option</para>
<indexterm zone="ch-system-bison yacc"><primary sortas="b-yacc">yacc</primary></indexterm>
@ -82,7 +82,7 @@ it calls <command>bison</command> with the <parameter>-y</parameter> option</par
<varlistentry id="liby.a">
<term><filename class="libraryfile">liby.a</filename></term>
<listitem>
<para>the Yacc library containing implementations of Yacc-compatible
<para>The Yacc library containing implementations of Yacc-compatible
<emphasis>yyerror</emphasis> and <emphasis>main</emphasis> functions;
this library is normally not very useful, but POSIX requires
it</para>