Browse Source

Text corrections thanks to Chris Staub

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 19 years ago
parent
commit
3a8e53bfe0

+ 11 - 0
chapter01/changelog.xml

@@ -35,6 +35,17 @@
       </itemizedlist>
       </itemizedlist>
     </listitem>
     </listitem>
 -->
 -->
+    
+    <listitem>
+      <para>Date</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Several textual corrections.  Thanks to 
+          Chris Staub.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+    
     <listitem>
     <listitem>
       <para>July 15, 2006</para>
       <para>July 15, 2006</para>
       <itemizedlist>
       <itemizedlist>

+ 1 - 1
chapter01/how.xml

@@ -11,7 +11,7 @@
   <title>How to Build an LFS System</title>
   <title>How to Build an LFS System</title>
 
 
   <para>The LFS system will be built by using a previously installed
   <para>The LFS system will be built by using a previously installed
-  Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This
+  Linux distribution (such as Debian, Mandriva, Red Hat, or SuSE). This
   existing Linux system (the host) will be used as a starting point to
   existing Linux system (the host) will be used as a starting point to
   provide necessary programs, including a compiler, linker, and shell,
   provide necessary programs, including a compiler, linker, and shell,
   to build the new system. Select the <quote>development</quote> option
   to build the new system. Select the <quote>development</quote> option

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -85,7 +85,7 @@ sed 's/^XCFLAGS =$/&amp; -fomit-frame-pointer/' gcc/Makefile.in.tmp \
   &gt; gcc/Makefile.in</userinput></screen>
   &gt; gcc/Makefile.in</userinput></screen>
 
 
     <para>Apply the following patch to change the location of GCC's default
     <para>Apply the following patch to change the location of GCC's default
-    dynamiclinker (typically <filename
+    dynamic linker (typically <filename
     class="libraryfile">ld-linux.so.2</filename>):</para>
     class="libraryfile">ld-linux.so.2</filename>):</para>
 
 
 <screen><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
 <screen><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>

+ 1 - 1
chapter06/findutils.xml

@@ -71,7 +71,7 @@
     <command>find</command>.  As <filename class="directory">/usr</filename>
     <command>find</command>.  As <filename class="directory">/usr</filename>
     may not be available during the early stages of booting, this program
     may not be available during the early stages of booting, this program
     needs to be on the root partition.  The <command>updatedb</command>
     needs to be on the root partition.  The <command>updatedb</command>
-    script also needs to correct an explicit path.</para> 
+    script also needs to be modified to correct an explicit path:</para> 
 
 
 <screen><userinput>mv -v /usr/bin/find /bin</userinput>
 <screen><userinput>mv -v /usr/bin/find /bin</userinput>
 sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</screen>
 sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</screen>

+ 1 - 1
chapter06/readline.xml

@@ -86,7 +86,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
 
     <para>Next, remove the <filename class="extension">.so</filename> files in
     <para>Next, remove the <filename class="extension">.so</filename> files in
     <filename class="directory">/lib</filename> and relink them into <filename
     <filename class="directory">/lib</filename> and relink them into <filename
-    class="directory">/usr/lib</filename>.</para>
+    class="directory">/usr/lib</filename>:</para>
 
 
 <screen><userinput>rm -v /lib/lib{readline,history}.so
 <screen><userinput>rm -v /lib/lib{readline,history}.so
 ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so
 ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so

+ 1 - 1
chapter06/shadow.xml

@@ -62,7 +62,7 @@
     </variablelist>
     </variablelist>
 
 
     <para>Disable the installation of the <command>groups</command> program
     <para>Disable the installation of the <command>groups</command> program
-    and its man page, as Coreutils provides a better version:</para>
+    and its man pages, as Coreutils provides a better version:</para>
 
 
 <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
 <screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
 find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
 find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>

+ 2 - 2
chapter06/sysklogd.xml

@@ -36,13 +36,13 @@
     <title>Installation of Sysklogd</title>
     <title>Installation of Sysklogd</title>
 
 
     <para>The following patch fixes various issues, including a problem building
     <para>The following patch fixes various issues, including a problem building
-    Sysklogd with Linux 2.6 series kernels</para>
+    Sysklogd with Linux 2.6 series kernels:</para>
 
 
 <screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
 <screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
 
 
     <para>The following patch makes sysklogd treat bytes in the 0x80--0x9f range
     <para>The following patch makes sysklogd treat bytes in the 0x80--0x9f range
     literally in the messages being logged, instead of replacing them with octal
     literally in the messages being logged, instead of replacing them with octal
-    codes. Unpatched sysklogd would damage messages in the UTF-8 encoding.</para>
+    codes. Unpatched sysklogd would damage messages in the UTF-8 encoding:</para>
 
 
 <screen><userinput>patch -Np1 -i ../&sysklogd-8bit-patch;</userinput></screen>
 <screen><userinput>patch -Np1 -i ../&sysklogd-8bit-patch;</userinput></screen>
 
 

+ 1 - 1
chapter06/udev.xml

@@ -36,7 +36,7 @@
     <title>Installation of Udev</title>
     <title>Installation of Udev</title>
 
 
     <para>The udev-config tarball contains LFS-specific files used to configure
     <para>The udev-config tarball contains LFS-specific files used to configure
-    Udev.</para>
+    Udev. Unpack it into the Udev source directory:</para>
 
 
 <screen><userinput>tar xf ../&udev-config;.tar.bz2</userinput></screen>
 <screen><userinput>tar xf ../&udev-config;.tar.bz2</userinput></screen>
 
 

+ 0 - 9
chapter08/kernel.xml

@@ -76,15 +76,6 @@
     configuration menus and create the kernel configuration from
     configuration menus and create the kernel configuration from
     scratch.</para>
     scratch.</para>
 
 
-    <note>
-      <para>NPTL requires the kernel to be compiled with GCC-3.x or later, in
-      this case &gcc-version;. It is not recommended to compile the kernel with
-      GCC-2.95.x, as this causes failures in the Glibc test suite. Normally,
-      this wouldn't be mentioned as LFS doesn't build GCC-2.95.x. Unfortunately,
-      the kernel documentation is outdated and still claims GCC-2.95.3 is the
-      recommended compiler.</para>
-    </note>
-
     <para>Compile the kernel image and modules:</para>
     <para>Compile the kernel image and modules:</para>
 
 
 <screen><userinput>make</userinput></screen>
 <screen><userinput>make</userinput></screen>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "6.2-pre1">
-<!ENTITY releasedate "July 16, 2006">
+<!ENTITY version "6.2-pre2">
+<!ENTITY releasedate "July 19, 2006">
 <!ENTITY milestone "6.2">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->