diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-24 15:09:44 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-24 15:09:44 +0000 |
commit | b778fff62b009e97e661847ba2be66f89820b361 (patch) | |
tree | f3b4b8c7fa7bf3be90a74cac214f2730596f6438 /chapter06 | |
parent | cddb92395cb08e72cda8a9f7b77e4a32e4754990 (diff) |
Fixed titles and index entries for kernel headers installation to make more obvious that we are using the linux kernel sources package.chapter05/linux-headers.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/linux-headers.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 65cae3505..91e632294 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -8,16 +8,17 @@ <sect1 id="ch-system-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-system-linux-headers"> - <primary sortas="a-Linux-Headers">Linux-Headers</primary> + <primary sortas="a-Linux">Linux</primary> + <secondary>API headers</secondary> </indexterm> <sect2 role="package"> <title/> - <para>The Linux-Headers expose the kernel's API for use by Glibc.</para> + <para>The Linux API Headers expose the kernel's API for use by Glibc.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -32,7 +33,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 @@ -57,7 +58,7 @@ find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;</userinput></scre </sect2> <sect2 id="contents-linux-headers" role="content"> - <title>Contents of Linux-Headers</title> + <title>Contents of Linux API Headers</title> <segmentedlist> <segtitle>Installed headers</segtitle> |