Changeset b3ea288


Ignore:
Timestamp:
06/24/2005 08:58:43 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6614263
Parents:
3f2fbcd
Message:

Typos

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r3f2fbcd rb3ea288  
    6363<term><command>bison</command></term>
    6464<listitem>
    65 <para>generates, from a series of rules, a program for analyzing the structure
     65<para>Generates, from a series of rules, a program for analyzing the structure
    6666of text files; Bison is a replacement for Yacc (Yet Another Compiler
    6767Compiler)</para>
     
    7373<term><command>yacc</command></term>
    7474<listitem>
    75 <para>a wrapper for <command>bison</command>, meant for programs
     75<para>A wrapper for <command>bison</command>, meant for programs
    7676that still call <command>yacc</command> instead of <command>bison</command>;
    7777it calls <command>bison</command> with the <parameter>-y</parameter> option</para>
     
    8383<term><filename class="libraryfile">liby.a</filename></term>
    8484<listitem>
    85 <para>the Yacc library containing implementations of Yacc-compatible
     85<para>The Yacc library containing implementations of Yacc-compatible
    8686<emphasis>yyerror</emphasis> and <emphasis>main</emphasis> functions;
    8787this library is normally not very useful, but POSIX requires
Note: See TracChangeset for help on using the changeset viewer.