diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-26 22:23:41 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-26 22:23:41 +0000 |
commit | 17476c5481ff8ebced096511eb66134c68f6f042 (patch) | |
tree | 289a04a19b82aaa5ea665ba31cc67842bdabfbf7 /appendixa/kernel-desc.xml | |
parent | f2f5117750f8473c6d77fda7f205bfde31b5cdcc (diff) |
Removing some excess white space.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/kernel-desc.xml')
-rw-r--r-- | appendixa/kernel-desc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/kernel-desc.xml b/appendixa/kernel-desc.xml index 3114f603f..89d16ee3f 100644 --- a/appendixa/kernel-desc.xml +++ b/appendixa/kernel-desc.xml @@ -6,7 +6,7 @@ system that gets loaded. It detects and initializes all the components of your computer's hardware, then makes these components available as a tree of files to the software, and turns a single CPU into a multi-tasking machine capable of running scores of programs seemingly at the same time.</para> - + <para>The <emphasis>kernel headers</emphasis> define the interface to the services that the kernel provides. The headers in your system's <filename>include</filename> directory should <emphasis>always</emphasis> be |