Fix a couple of typos in the prologue

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-05-08 20:08:04 +00:00
parent 83b720b0b5
commit a12d50787f
2 changed files with 10 additions and 10 deletions

View File

@ -81,15 +81,15 @@
isn't at least a 2.6.x version compiled with a 3.0 or later release of isn't at least a 2.6.x version compiled with a 3.0 or later release of
GCC.</para> GCC.</para>
<para>If the host kernel is either 2.6.x, or it was not compiled using <para>If the host kernel is either earlier than 2.6.x, or it was not
a GCC-3.0 (or later) compiler, you will have to replace the kernel with compiled using a GCC-3.0 (or later) compiler, you will have to replace
one adhering to the specifications. There are two methods you can take the kernel with one adhering to the specifications. There are two methods
to solve this. First, see if your Linux vendor provides a 2.6 kernel you can take to solve this. First, see if your Linux vendor provides a
package. If so, you may wish to install it. If your vendor doesn't offer 2.6 kernel package. If so, you may wish to install it. If your vendor
a 2.6 kernel package, or you would prefer not to install it, then you doesn't offer a 2.6 kernel package, or you would prefer not to install it,
can compile a 2.6 kernel yourself. Instructions for compiling the kernel then you can compile a 2.6 kernel yourself. Instructions for compiling the
and configuring the boot loader (assuming the host uses GRUB) are located kernel and configuring the boot loader (assuming the host uses GRUB) are
in <xref linkend="chapter-bootable"/>.</para> located in <xref linkend="chapter-bootable"/>.</para>
</listitem> </listitem>
<listitem> <listitem>

View File

@ -34,7 +34,7 @@
<ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para> <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
<para>This is a comprehensive guide to building and installing <para>This is a comprehensive guide to building and installing
<quote>generic</quote> Unix software distributions under Linux.</para> <quote>generic</quote> Unix software packages under Linux.</para>
</listitem> </listitem>
<listitem> <listitem>