<!ENTITY man.charmap.uri SYSTEM "../params/man.charmap.uri.xml">
<!ENTITY man.charmap.subset.profile SYSTEM "../params/man.charmap.subset.profile.xml">
<!ENTITY man.subheading.divider SYSTEM "../params/man.subheading.divider.xml">
+<!ENTITY man.subheading.divider.enabled SYSTEM "../params/man.subheading.divider.enabled.xml">
<!ENTITY man.th.title.max.length SYSTEM "../params/man.th.title.max.length.xml">
&man.output.quietly;
&man.output.encoding;
&man.string.subst.map;
+&man.subheading.divider.enabled;
&man.subheading.divider;
&man.th.title.max.length;
</reference>
<src:fragref linkend="man.charmap.use.subset.frag"/>
<src:fragref linkend="man.charmap.subset.profile.frag"/>
<src:fragref linkend="man.subheading.divider.frag"/>
+<src:fragref linkend="man.subheading.divider.enabled.frag"/>
<src:fragref linkend="man.th.title.max.length.frag"/>
</xsl:stylesheet>
</src:fragment>
--- /dev/null
+<refentry id="man.subheading.divider.enabled">
+<refmeta>
+<refentrytitle>man.subheading.divider.enabled</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>man.subheading.divider.enabled</refname>
+<refpurpose>Add divider comment to roff source before/after subheadings?</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='man.subheading.divider.enabled.frag'>
+<xsl:param name="man.subheading.divider.enabled">0</xsl:param>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>If the value of the
+<parameter>man.subheading.divider.enabled</parameter> parameter is
+non-zero, the contents of the
+<parameter>man.subheading.divider</parameter> parameter are used to
+add a "divider" before and after subheadings in the roff
+output. <emphasis role="bold">The divider is not visisble in the
+rendered man page</emphasis>; it is added as a comment, in the source,
+simply for the purpose of increasing reability of the source.</para>
+
+<para>If <parameter>man.subheading.divider.enabled</parameter> is zero
+(the default), the subheading divider is suppressed.</para>
+
+</refsect1>
+</refentry>
</refmeta>
<refnamediv>
<refname>man.subheading.divider</refname>
-<refpurpose>Divider comment added to roff source before/after subheadings</refpurpose>
+<refpurpose>Specifies string to use as divider comment before/after subheadings</refpurpose>
</refnamediv>
<refsynopsisdiv>
<refsect1><title>Description</title>
<para>If the value of the
-<parameter>man.subheading.divider</parameter> parameter is non-empty,
-the contents are used to add a "divider" before and after subheadings
-in the roff output. <emphasis role="bold">The divider is not visisble
-in the rendered man page</emphasis>; it is added as a comment, in the
-source, simply for the purpose of increasing reability of the
-source.</para>
+<parameter>man.subheading.divider.enabled</parameter> parameter is
+non-zero, the contents of the
+<parameter>man.subheading.divider</parameter> parameter are used to
+add a "divider" before and after subheadings in the roff
+output. <emphasis role="bold">The divider is not visisble in the
+rendered man page</emphasis>; it is added as a comment, in the source,
+simply for the purpose of increasing reability of the source.</para>
-<para>If <parameter>man.subheading.divider</parameter> is empty, the
-subheading divider is suppressed.</para>
+<para>If <parameter>man.subheading.divider.enabled</parameter> is zero
+(the default), the subheading divider is suppressed.</para>
</refsect1>
</refentry>