Difficulty: ★☆☆ (easy)
Keywords: citerefentry, man pages

Problem

You search for an easy way to markup inline references to man pages.

Solution

Use citerefentry.

Example 1.14. Markup Code for Referencing Man Pages
<citerefentry>
  <refentrytitle>xmllint</refentrytitle>
  <manvolnum>1</manvolnum>
</citerefentry>

It is rendered like this:

Example 1.15. Rendered Result

xmllint(1)

Discussion

Some discussion about the problem and solution.

See Also

Include URL or bibliographic references.


Project@GitHubIssue#6