Hi,

there are two typos in chapter02/pie.xml:

--- pie.xml~    Fri Jan 13 19:26:29 2006
+++ pie.xml     Fri Jan 13 19:27:06 2006
@@ -7,7 +7,7 @@
 <title>Position Independent Exectuables</title>
 <?dbhtml filename="pie.html"?>
 
-<para>Position-Independent-Executable is a features of Binutils, Libc, and GCC
+<para>Position-Independent-Executable is a feature of Binutils, Libc, and GCC
 that creates an executable which is something between a shared library and a
 normal executable. Programs compiled with these features appear as 
<quote>shared
 object</quote> with the <command>file</command>(1) command. This allows the 
@@ -42,7 +42,7 @@
 <para>It is possible for TEXTREL to be present in both executable programs and
 libraries. Further debugging is needed to find the specific code that is not
 position independent, it is most often assembly. If a program errors at compile
-time with with 'ASM' and 'BREG' in the message, this is non-pic 
assembly.</para>
+time with 'ASM' and 'BREG' in the message, this is non-pic assembly.</para>
 
 <para>The coreutils uname patch from LFS also uses assembly code which is not 
position
 independent.</para>


Tobias Stoeckmann
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to