소스 검색

Spell out the fact that the linux kernel headers are
located in the linux kernel tarball.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 13 년 전
부모
커밋
5b24cd9abe
3개의 변경된 파일14개의 추가작업 그리고 3개의 파일을 삭제
  1. 10 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/linux-headers.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2011-10-20</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Spell out the fact that the linux kernel headers
+          are located in the linux kernel tarball.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2011-10-19</para>
       <itemizedlist>

+ 2 - 1
chapter06/linux-headers.xml

@@ -24,7 +24,8 @@
   <sect2 role="package">
     <title/>
 
-    <para>The Linux API Headers expose the kernel's API for use by Glibc.</para>
+    <para>The Linux API Headers (in linux-&linux-version;.tar.gz) expose the kernel's 
+    API for use by Glibc.</para>
 
     <segmentedlist>
       <segtitle>&buildtime;</segtitle>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111019">
-<!ENTITY releasedate "Oct 19, 2011">
+<!ENTITY version "SVN-20111020">
+<!ENTITY releasedate "Oct 20, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->