Changeset 74a8136


Ignore:
Timestamp:
06/24/2005 09:00:12 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
f208a1c
Parents:
567c73b
Message:

Typos. Ported from trunk r6137

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r567c73b r74a8136  
    6161<term><command>bison</command></term>
    6262<listitem>
    63 <para>generates, from a series of rules, a program for analyzing the
     63<para>Generates, from a series of rules, a program for analyzing the
    6464structure of text files;  <application>Bison</application> is a
    6565replacement for <application>Yacc</application> (Yet Another Compiler
     
    7272<term><command>yacc</command></term>
    7373<listitem>
    74 <para>a wrapper for <command>bison</command>, meant for programs
     74<para>A wrapper for <command>bison</command>, meant for programs
    7575that still call <command>yacc</command> instead of <command>bison</command>;
    7676it calls <command>bison</command> with the <parameter>-y</parameter> option</para>
     
    8282<term><filename class="libraryfile">liby.a</filename></term>
    8383<listitem>
    84 <para>the Yacc library containing implementations of Yacc-compatible
     84<para>The Yacc library containing implementations of Yacc-compatible
    8585<emphasis>yyerror</emphasis> and <emphasis>main</emphasis> functions;
    8686this library is normally not very useful, but POSIX requires
Note: See TracChangeset for help on using the changeset viewer.