aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/linux-headers.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-05-13 10:01:17 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-05-13 10:01:17 +0000
commit39ac890912667dca69bddea99e8402425c6c856e (patch)
tree5b384f22785a5684f71d5ca4ece69bb9c4d97e54 /chapter06/linux-headers.xml
parentfbfd0b561f8d588734974c50955683a8111bbb45 (diff)
Small changes to fix Index look.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/linux-headers.xml')
-rw-r--r--chapter06/linux-headers.xml7
1 files changed, 4 insertions, 3 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>