aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-20 14:51:22 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-20 14:51:22 +0000
commit5b24cd9abe3c73c0e674df2e5078416a92686e94 (patch)
tree93d23f7d0f20d40ea6c64e0e5a6aac40028cdf50
parent32fa31ba623e8087184d262e2b1d0a8f70e21601 (diff)
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
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/linux-headers.xml3
-rw-r--r--general.ent4
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a8686a180..e95032c40 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<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>
<listitem>
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index d52f936ea..fcad6a272 100644
--- a/chapter06/linux-headers.xml
+++ b/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>
diff --git a/general.ent b/general.ent
index 4ae0c435f..2a6d77e88 100644
--- a/general.ent
+++ b/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}]" -->