citerefentry
citerefentry — A citation to a reference page.
Synopsis
citerefentry ::=
- Sequence of:
Attributes
Description
This element is a citation to a refentry
. It
must include a refentrytitle
that should exactly
match the title of a refentry
.
Processing expectations
This element implicitly links to the refentry
with the same refentrytitle
(in the same volume, as
defined by manvolnum
).
Formatted inline. Usually the manvolnum
is
put in parentheses.
Parents
These elements contain citerefentry
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, bridgehead
, caption
(db.html.caption), citation
, citetitle
, classsynopsisinfo
, contrib
, emphasis
(db.emphasis), entry
, firstterm
(db.firstterm), foreignphrase
(db.foreignphrase), funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
(db.glossterm), link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
(db.quote), refdescriptor
, refentrytitle
, refname
, refpurpose
, remark
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.
Children
The following elements occur in citerefentry: manvolnum
, refentrytitle
.
See Also
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example citerefentry</title>
<para>For a further description of print formats, consult the
<citerefentry><refentrytitle>printf</refentrytitle>
<manvolnum>3S</manvolnum></citerefentry> manual page.
</para>
</article>