aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-25 16:00:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-02-25 16:00:13 +0000
commit58e9ccdd6af702540025df9fcdabdd7842757845 (patch)
tree13f9b7d2985abb7477415dcd88a9272f989329fc /chapter08
parentf41057323cfa784806838cda6204350ea9856b50 (diff)
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index ddce15bff..9f4ba9194 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -127,7 +127,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
- 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>