1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="man.font.table.title">
8 <refentrytitle>man.font.table.title</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
12 <refname>man.font.table.title</refname>
13 <refpurpose>Specifies font for table headings</refpurpose>
17 <src:fragment xml:id="man.font.table.title.frag">
18 <xsl:param name="man.font.table.title">B</xsl:param>
22 <refsection><info><title>Description</title></info>
24 <para>The <parameter>man.font.table.title</parameter> parameter
25 specifies the font for <tag>table</tag> titles. It should be
26 a valid roff font, such as <literal>B</literal> or
27 <literal>I</literal>.</para>