man.font.links
man.font.links — Specifies font for links
Synopsis
<xsl:param name="man.font.links">B</xsl:param>
Description
The man.font.links parameter
specifies the font for output of links (ulink instances
and any instances of any element with an xlink:href attribute).
The value of man.font.links must be
either B or I, or empty. If
the value is empty, no font formatting is applied to links.
If you set man.endnotes.are.numbered and/or
man.endnotes.list.enabled to zero (disabled), then
you should probably also set an empty value for
man.font.links. But if
man.endnotes.are.numbered is non-zero (enabled),
you should probably keep
man.font.links set to
B or I.
Related Parameters
man.endnotes.list.enabled,
man.endnotes.are.numbered