diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-24 15:09:59 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-24 15:09:59 +0000 |
commit | 12b905ac95b1e2575cb7eda63793f63e1dfef1a5 (patch) | |
tree | 98f0b810561f0b8ec51dba65f763daeaf50423aa /chapter05 | |
parent | b778fff62b009e97e661847ba2be66f89820b361 (diff) |
Fixed titles and index entries for kernel headers installation to make more obvious that we are using the linux kernel sources package.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/linux-headers.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index a988b6ea5..bedb37830 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -8,11 +8,11 @@ <sect1 id="ch-tools-linux-headers" role="wrap"> <?dbhtml filename="linux-headers.html"?> - <title>Linux-Headers-&linux-version;</title> + <title>Linux-&linux-version; API Headers</title> <indexterm zone="ch-tools-linux-headers"> - <primary sortas="a-Linux-Headers">Linux-Headers</primary> - <secondary>tools, headers</secondary> + <primary sortas="a-Linux">Linux</primary> + <secondary>tools, API headers</secondary> </indexterm> <sect2 role="package"> @@ -35,7 +35,7 @@ </sect2> <sect2 role="installation"> - <title>Installation of Linux-Headers</title> + <title>Installation of Linux API Headers</title> <para>The Linux kernel needs to expose an Application Programming Interface (API) for the system's C library (Glibc in LFS) to utilize. This is done |