From 5b24cd9abe3c73c0e674df2e5078416a92686e94 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 20 Oct 2011 14:51:22 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/linux-headers.xml | 3 ++- general.ent | 4 ++-- 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 @@ -36,6 +36,16 @@ --> + + 2011-10-20 + + + [bdubbs] - Spell out the fact that the linux kernel headers + are located in the linux kernel tarball. + + + + 2011-10-19 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 @@ - <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 – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->