mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 22:29:21 +01:00
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
This commit is contained in:
parent
cddb92395c
commit
b778fff62b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user