OLD | NEW |
| (Empty) |
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="refentry.xref.manvolnum"> | |
7 <refmeta> | |
8 <refentrytitle>refentry.xref.manvolnum</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>refentry.xref.manvolnum</refname> | |
13 <refpurpose>Output <tag>manvolnum</tag> as part of | |
14 <tag>refentry</tag> cross-reference?</refpurpose> | |
15 </refnamediv> | |
16 | |
17 <refsynopsisdiv> | |
18 <src:fragment xml:id="refentry.xref.manvolnum.frag"> | |
19 <xsl:param name="refentry.xref.manvolnum" select="1"/> | |
20 </src:fragment> | |
21 </refsynopsisdiv> | |
22 | |
23 <refsection><info><title>Description</title></info> | |
24 | |
25 <para>if non-zero, the <tag>manvolnum</tag> is used when cross-referencing | |
26 <tag>refentry</tag>s, either with <tag>xref</tag> | |
27 or <tag>citerefentry</tag>. | |
28 </para> | |
29 | |
30 </refsection> | |
31 </refentry> | |
OLD | NEW |