Changeset 8129
- Timestamp:
- 05/13/07 04:01:17 (2 years ago)
- Files:
-
- trunk/BOOK/chapter06/linux-headers.xml (modified) (2 diffs)
- trunk/BOOK/stylesheets/lfs.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter06/linux-headers.xml
r8126 r8129 63 63 64 64 <seglistitem> 65 <seg>/usr/include/{asm -generic,asm,linux,mtd,rdma,sound}/*.h</seg>65 <seg>/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</seg> 66 66 </seglistitem> 67 67 </segmentedlist> … … 73 73 74 74 <varlistentry id="linux-headers"> 75 <term><filename class="headerfile">/usr/include/{asm -generic,asm,linux,mtd,rdma,sound}/*.h</filename></term>75 <term><filename class="headerfile">/usr/include/{asm{,-generic},linux,mtd,rdma,sound}/*.h</filename></term> 76 76 <listitem> 77 77 <para>The Linux API headers</para> 78 78 <indexterm zone="ch-system-linux-headers linux-headers"> 79 <primary sortas="e-/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h">/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</primary> 79 <!-- No /*.h here to prevent a PDF line overflow --> 80 <primary sortas="e-/usr/include/{asm{,-generic},linux,mtd,rdma,sound}">/usr/include/{asm{,-generic},linux,mtd,rdma,sound}</primary> 80 81 </indexterm> 81 82 </listitem> trunk/BOOK/stylesheets/lfs.css
r7575 r8129 120 120 121 121 .item { 122 width: 17em;122 width: 26em; 123 123 float: left; 124 124 } … … 126 126 .secitem { 127 127 font-weight: normal; 128 width: 16em;128 width: 25em; 129 129 float: left; 130 130 }
