aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/linux-headers.xml7
-rw-r--r--stylesheets/lfs.css4
2 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 0ca639185..d345736f6 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -62,7 +62,7 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
<segtitle>Installed headers</segtitle>
<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>
</segmentedlist>
@@ -72,11 +72,12 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
<?dbhtml list-presentation="table"?>
<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>
<para>The Linux API headers</para>
<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>
</listitem>
</varlistentry>
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 56ea50f62..ba6b315dd 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -119,13 +119,13 @@ div.toc ul li h3, div.toc ul li h4 {
}
.item {
- width: 17em;
+ width: 26em;
float: left;
}
.secitem {
font-weight: normal;
- width: 16em;
+ width: 25em;
float: left;
}