Fixed grammar

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-06-15 22:48:17 +00:00
parent 9ea11242d3
commit 01a97e6e8f
2 changed files with 4 additions and 6 deletions

View File

@ -30,9 +30,7 @@ needing later on.
<userinput>cp -R ../src/linux/include/linux .</userinput> and
<userinput>mkdir asm &amp;&amp; cp -a ../src/linux/include/asm/* .</userinput>:
These commands copy the kernel headers in the
<filename>$LFS/usr/include</filename> directory. For details on why we don't
link to these directories (anymore), and instead copy them, please refer to the
<filename>README</filename> file in the kernel source.
<filename>$LFS/usr/include</filename> directory.
</para>
</sect2>

View File

@ -1,12 +1,12 @@
<sect2>
<title>Installation of Linux Kernel</title>
<title>Installation of the Linux Kernel</title>
<para>
We won't be compiling a new kernel image yet. We'll do that after we
have finished the installation of the basic system software in this
chapter. But because certain software need the kernel header files, we're
chapter. But because certain software needs the kernel header files, we're
going to unpack the kernel archive now and set it up so that we can
compile package that need the kernel.
compile the packages that need the kernel.
</para>
<para>