Hi,

Translating, I seen in contents of GCC chapter06, the description of c++
program was missing. Besides I found some little errors such as "it's"
instead of "its". 

Here's a patch which corrects these small problems. Maybe you could
integrate to the release on the repository in the main branch.

Best regards,

JP

Index: chapter05/gettext.xml
===================================================================
--- chapter05/gettext.xml       (révision 1417)
+++ chapter05/gettext.xml       (copie de travail)
@@ -31,7 +31,7 @@
 
     <para condition="uclibc">The uClibc library does not feature the
     <function>error_print_progname()</function> function. This patch will
-    make a dummy function in it's place:</para>
+    make a dummy function in its place:</para>
 
 <screen condition="uclibc"><userinput>patch -Np1 -i 
../&gettext-uClibc-patch;</userinput></screen>
 
Index: chapter06/glibc.xml
===================================================================
--- chapter06/glibc.xml (révision 1417)
+++ chapter06/glibc.xml (copie de travail)
@@ -162,8 +162,8 @@
     Additionally, this patch adds the <parameter>--with-prng-device</parameter>
     configure parameter to allow us to specify which pseudo-random device to
     use for arc4random() and SSP. This patch was rejected upstream because the
-    Glibc team believes it is more suitable in it's own library. However if
-    arc4random() were used in it's own library then the mktemp() and resolver
+    Glibc team believes it is more suitable in its own library. However if
+    arc4random() were used in its own library then the mktemp() and resolver
     functions in Glibc would not use it. Apply this patch with the following
     command:</para>
 
Index: chapter06/butterfly-toolchain.xml
===================================================================
--- chapter06/butterfly-toolchain.xml   (révision 1417)
+++ chapter06/butterfly-toolchain.xml   (copie de travail)
@@ -843,6 +843,16 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="c">
+                         <term><command>c++</command></term>
+                               <listitem>
+                                 <para>The C++ compiler</para>
+                                       <indexterm 
zone="ch-system-butterfly-toolchain c">
+                                         <primary sortas="b-cc">c</primary>
+                                       </indexterm>
+                               </listitem>
+                       </varlistentry>
+
       <varlistentry id="cc">
         <term><command>cc</command></term>
         <listitem>
@@ -854,7 +864,7 @@
       </varlistentry>
 
       <varlistentry id="cpp">
-        <term><command>cpp</command></term>
+               <term><command>cpp</command></term>
         <listitem>
           <para>The C preprocessor; it is used by the compiler to expand the
           #include, #define, and similar statements in the source files</para>
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to