فهرست منبع

Typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 سال پیش
والد
کامیت
b3ea288e18
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      chapter06/bison.xml

+ 3 - 3
chapter06/bison.xml

@@ -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>