the polarzation (horizontal/vertical). When using DiSEqC epuipment this
        voltage has to be switched consistently to the DiSEqC commands as
        described in the DiSEqC spec.</para>
-       <programlisting>
-               typedef enum fe_sec_voltage {
-               SEC_VOLTAGE_13,
-               SEC_VOLTAGE_18
-               } fe_sec_voltage_t;
-       </programlisting>
+
+<table pgwide="1" frame="none" id="fe-sec-voltage">
+    <title id="fe-sec-voltage-t">enum fe_sec_voltage</title>
+    <tgroup cols="2">
+       &cs-def;
+       <thead>
+       <row>
+           <entry>ID</entry>
+           <entry>Description</entry>
+       </row>
+       </thead>
+       <tbody valign="top">
+       <row>
+           <entry align="char" id="SEC-VOLTAGE-13"><constant>SEC_VOLTAGE_13</constant></entry>
+           <entry align="char">Set DC voltage level to 13V</entry>
+       </row><row>
+           <entry align="char" id="SEC-VOLTAGE-18"><constant>SEC_VOLTAGE_18</constant></entry>
+           <entry align="char">Set DC voltage level to 18V</entry>
+       </row><row>
+           <entry align="char" id="SEC-VOLTAGE-OFF"><constant>SEC_VOLTAGE_OFF</constant></entry>
+           <entry align="char">Don't send any voltage to the antenna</entry>
+       </row>
+        </tbody>
+    </tgroup>
+</table>
        </section>
        <section id="DTV-TONE">
        <title><constant>DTV_TONE</constant></title>
 
        <term><parameter>voltage</parameter></term>
        <listitem>
          <para>pointer to &fe-sec-voltage;</para>
+         <para>Valid values are described at &fe-sec-voltage;.</para>
        </listitem>
       </varlistentry>
     </variablelist>
 &return-value-dvb;
 </refsect1>
 
-<refsect1 id="fe-sec-voltage-t">
-<title>enum fe_sec_voltage</title>
-
-<table pgwide="1" frame="none" id="fe-sec-voltage">
-    <title>enum fe_status</title>
-    <tgroup cols="2">
-       &cs-def;
-       <thead>
-       <row>
-           <entry>ID</entry>
-           <entry>Description</entry>
-       </row>
-       </thead>
-       <tbody valign="top">
-       <row>
-           <entry align="char" id="SEC-VOLTAGE-13"><constant>SEC_VOLTAGE_13</constant></entry>
-           <entry align="char">Set DC voltage level to 13V</entry>
-       </row><row>
-           <entry align="char" id="SEC-VOLTAGE-18"><constant>SEC_VOLTAGE_18</constant></entry>
-           <entry align="char">Set DC voltage level to 18V</entry>
-       </row><row>
-           <entry align="char" id="SEC-VOLTAGE-OFF"><constant>SEC_VOLTAGE_OFF</constant></entry>
-           <entry align="char">Don't send any voltage to the antenna</entry>
-       </row>
-        </tbody>
-    </tgroup>
-</table>
-</refsect1>
-
 </refentry>