소스 검색

Typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 년 전
부모
커밋
58e9ccdd6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter08/kernel.xml

+ 1 - 1
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>