Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r6e41459 ref13657  
    4040<userinput>make check</userinput>.</para>
    4141
    42 <para>Now install the package:</para>
     42<para>Install the package:</para>
    4343
    4444<screen><userinput>make install</userinput></screen>
     
    6161<listitem>
    6262<indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm>
    63 <para>generates, from a series of rules, a program
    64 for analyzing the structure of text files. <command>bison</command> is a replacement for <command>yacc</command>
    65 (Yet Another Compiler Compiler).</para>
     63<para>generates, from a series of rules, a program for analyzing the
     64structure of text files.  <application>Bison</application> is a
     65replacement for <application>Yacc</application> (Yet Another Compiler
     66Compiler).</para>
    6667</listitem>
    6768</varlistentry>
     
    7172<listitem>
    7273<indexterm zone="ch-system-bison yacc"><primary sortas="b-yacc">yacc</primary></indexterm>
    73 <para>is a wrapper for <command>bison</command>, meant for programs
     74<para>a wrapper for <command>bison</command>, meant for programs
    7475that still call <command>yacc</command> instead of <command>bison</command>.
    7576It calls <command>bison</command> with the <parameter>-y</parameter> option.</para>
     
    8182<listitem>
    8283<indexterm zone="ch-system-bison liby.a"><primary sortas="c-liby.a">liby.a</primary></indexterm>
    83 <para>is the Yacc library containing
    84 implementations of Yacc-compatible yyerror and main functions. This library
    85 is normally not very useful, but POSIX requires it.</para>
     84<para>the Yacc library containing implementations of Yacc-compatible
     85<emphasis>yyerror</emphasis> and <emphasis>main</emphasis> functions.
     86This library is normally not very useful, but POSIX requires
     87it.</para>
    8688</listitem>
    8789</varlistentry>
     
    9193
    9294</sect1>
     95
Note: See TracChangeset for help on using the changeset viewer.