<para>If non-zero, <sgmltag>variablelist</sgmltag>s will be formatted as
tables. A processing instruction exists to specify a particualar width for the
-column containing the <sgmltag>term</sgmltag>s
+column containing the <sgmltag>term</sgmltag>s:
<sgmltab class="pi">dbhtml term-width=".25in"</sgmltab></para>
<para>You can override this setting with a processing instruction as the
FO case, proper list markup is robust enough to handle the formatting.
But see also <parameter>variablelist.as.blocks</parameter>.</para>
+<programlisting><![CDATA[ <variablelist>
+ <?dbhtml list-presentation="table"?>
+ <?dbhtml term-width="1.5in"?>
+ <?dbfo list-presentation="list"?>
+ <?dbfo term-width="1in"?>
+ <varlistentry>
+ <term>list</term>
+ <listitem>
+ <para>
+ Formatted as a table even if variablelist.as.table is set to 0.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>]]></programlisting>
+
</refsect1>
</refentry>