mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
Typos. Ported from trunk r6137
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
567c73b098
commit
74a81362c2
@ -60,7 +60,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
|
||||
<para>Generates, from a series of rules, a program for analyzing the
|
||||
structure of text files; <application>Bison</application> is a
|
||||
replacement for <application>Yacc</application> (Yet Another Compiler
|
||||
Compiler)</para>
|
||||
@ -71,7 +71,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>
|
||||
@ -81,7 +81,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>
|
||||
|
Loading…
Reference in New Issue
Block a user