diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-20 14:51:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-20 14:51:22 +0000 |
commit | 5b24cd9abe3c73c0e674df2e5078416a92686e94 (patch) | |
tree | 93d23f7d0f20d40ea6c64e0e5a6aac40028cdf50 /chapter06 | |
parent | 32fa31ba623e8087184d262e2b1d0a8f70e21601 (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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/linux-headers.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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> |