diff options
Diffstat (limited to 'chapter06/linux-headers.xml')
-rw-r--r-- | chapter06/linux-headers.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index f34e037a4..90c5bc2e3 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -82,9 +82,10 @@ cp -rv dest/include/* /usr/include</userinput></screen> <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"> + <indexterm zone="ch-system-linux-headers"> <!-- 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,video}</primary> + <primary sortas="e-/usr/include/{asm{,-generic},linux,mtd,rdma,sound}">/usr/include/{asm{,-generic},linux,mtd, +rdma,sound,video}/*.h</primary> </indexterm> </listitem> </varlistentry> |