aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
commit2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch)
tree1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter08/kernel.xml
parentc0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff)
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index fbca889fb..7eed8d290 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -65,7 +65,7 @@
<note><para>Due to recent changes in <application>udev</application>, be sure to
select:</para>
-
+
<screen role="nodump">Device Drivers ---&gt;
Generic Driver Options ---&gt;
Maintain a devtmpfs filesystem to mount at /dev</screen></note>
@@ -134,7 +134,7 @@
<para><filename>System.map</filename> is a symbol file for the kernel.
It maps the function entry points of every function in the kernel API,
as well as the addresses of the kernel data structures for the running
- kernel. It is used as a resource when investigating kernel problems.
+ kernel. It is used as a resource when investigating kernel problems.
Issue the following command to install the map file:</para>
<screen><userinput remap="install">cp -v System.map /boot/System.map-&linux-version;</userinput></screen>
@@ -228,7 +228,7 @@ EOF</userinput></screen>
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>config-&linux-version;,
+ <seg>config-&linux-version;,
vmlinux-&linux-version;-lfs-&version;-&linux-version;, and
System.map-&linux-version;</seg>
<seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>