<indexterm> entries can not be included in the middle of a table.
This confuses the print-backend so that it can't determine what page the index entry should refer to, and just prints '???' instead of a page number or range. Move two entries a few lines up before the <informaltable>.
This commit is contained in:
parent
06be3e525d
commit
3a72c141c9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18972
1 changed files with 3 additions and 2 deletions
|
@ -413,6 +413,9 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
||||||
<sect3 id="troubleshooting">
|
<sect3 id="troubleshooting">
|
||||||
<title>Common Problems</title>
|
<title>Common Problems</title>
|
||||||
|
|
||||||
|
<indexterm><primary>device nodes</primary></indexterm>
|
||||||
|
<indexterm><primary>I/O port</primary></indexterm>
|
||||||
|
|
||||||
<informaltable>
|
<informaltable>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -421,7 +424,6 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
||||||
<entry>Solution</entry>
|
<entry>Solution</entry>
|
||||||
</row>
|
</row>
|
||||||
</thead>
|
</thead>
|
||||||
<indexterm><primary>device nodes</primary></indexterm>
|
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
|
@ -430,7 +432,6 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
||||||
correctly. Repeat the steps above.</para></entry>
|
correctly. Repeat the steps above.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<indexterm><primary>I/O port</primary></indexterm>
|
|
||||||
<row>
|
<row>
|
||||||
<entry><errorname>sb_dspwr(XX) timed out</errorname></entry>
|
<entry><errorname>sb_dspwr(XX) timed out</errorname></entry>
|
||||||
<entry><para>The I/O port is not set correctly.</para></entry>
|
<entry><para>The I/O port is not set correctly.</para></entry>
|
||||||
|
|
Loading…
Reference in a new issue