<title>Description</title>
<para>This is a minimal RefEntry.</para>
+<para>The following is a Variablelist with a title.
+<variablelist>
+ <title>My variablelist</title>
+ <varlistentry>
+ <term>varlistentry term 1</term>
+ <listitem><para>some listitem text</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>varlistentry term 2</term>
+ <listitem><para>some more listitem text</para></listitem>
+ </varlistentry>
+</variablelist>
+</para>
<refsect2>
<title>Subsection</title>
<para>This is a minimal RefEntry.</para>
+<para>The following is a Variablelist with a title and a nested variablelist
+ <glosslist>
+ <title>My glosslist</title>
+ <glossentry>
+ <glossterm>glossentry term 1</glossterm>
+ <glossdef><para>some glossdef text</para></glossdef>
+ </glossentry>
+ <glossentry>
+ <glossterm>glossentry term 2</glossterm>
+ <glossdef>
+ <variablelist>
+ <varlistentry>
+ <term>nested variablelist term 1</term>
+ <listitem><para>some variablelist text</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>nested variablelist term 2</term>
+ <listitem><para>some more variablelist text</para></listitem>
+ </varlistentry>
+ </variablelist>
+ </glossdef>
+ </glossentry>
+ </glosslist>
+</para>
+
<refsect3>
<title>Sub-subsection</title>
<para>This is a minimal RefEntry.</para>
<refsect1>
<title>More Description</title>
<para>This is a not-so minimal RefEntry.</para>
+<screen>
+This is a screen [break here]
+that starts with a line of space. [break here]
+And it ends with a line of space.
+</screen>
+
+<para>normal paragraph here</para>
+
+<screen>This is a screen [break here]
+that does not start with a line of space. [break here]
+And does not end with a line of space.</screen>
+
+<para>The following is a Variablelist with a title and with a nested itemizedlist.
+<variablelist>
+ <title>My variablelist</title>
+ <varlistentry>
+ <term>varlistentry term 1</term>
+ <listitem>
+ <itemizedlist>
+ <title>nested itemizedlist</title>
+ <listitem>
+ <para>itemizedlist listitem 1</para>
+ </listitem>
+ <listitem>
+ <para>itemizedlist listitem 2</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>varlistentry term 2</term>
+ <listitem><para>some more listitem text</para></listitem>
+ </varlistentry>
+</variablelist>
+</para>
+
+<para>The following is a Variablelist with a title and with a
+nested Varlistentry that contains multiple Terms
+<variablelist>
+ <title>My nested-multi-term-per-varlistentry variablelist</title>
+ <varlistentry>
+ <term>Varlistentry term 1</term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term> varlistentry term 1.1</term>
+ <term>varlistentry term 1.2 </term>
+ <term>varlistentry term 1.3</term>
+ <listitem><para>All 'bout terms 1.1, 1.2, and 1.3</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>varlistentry term 2</term>
+ <listitem><para>some more listitem text</para></listitem>
+ </varlistentry>
+</variablelist>
+</para>
+
+<refsect2>
+<title>Subsection</title>
+<para>This is a minimal RefEntry.</para>
+</refsect2>
</refsect1>
<refsect1>
</refsect1>
</refentry>
-</article>
\ No newline at end of file
+</article>