mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
Small changes to fix Index look.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
fbfd0b561f
commit
39ac890912
@ -62,7 +62,7 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
|
|||||||
<segtitle>Installed headers</segtitle>
|
<segtitle>Installed headers</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</seg>
|
<seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -72,11 +72,12 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
|
|||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<varlistentry id="linux-headers">
|
<varlistentry id="linux-headers">
|
||||||
<term><filename class="headerfile">/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</filename></term>
|
<term><filename class="headerfile">/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The Linux API headers</para>
|
<para>The Linux API headers</para>
|
||||||
<indexterm zone="ch-system-linux-headers linux-headers">
|
<indexterm zone="ch-system-linux-headers linux-headers">
|
||||||
<primary sortas="e-/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h">/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</primary>
|
<!-- No /*.h here to prevent a PDF line overflow -->
|
||||||
|
<primary sortas="e-/usr/include/{asm{,-generic},linux,mtd,rdma,sound}">/usr/include/{asm{,-generic},linux,mtd,rdma,sound}</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -119,13 +119,13 @@ div.toc ul li h3, div.toc ul li h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 17em;
|
width: 26em;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secitem {
|
.secitem {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
width: 16em;
|
width: 25em;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user