man: Man page reference cleanup
authorMichael Hanselmann <hansmi@google.com>
Mon, 7 Jan 2013 18:44:58 +0000 (19:44 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 10 Jan 2013 11:34:24 +0000 (12:34 +0100)
commit354c4f6292b9bbc110122f080d045819f6e596ea
treeb69b104f87926c25089577d5ba05aa4cae31faaf
parentf1f6f1176e9cadb739a166203d4eb9e455e75c18
man: Man page reference cleanup

Sphinx is stricter than pandoc when parsing reST and does not allow an
opening parenthesis to directly follow inline markup. [1] describes the
rules. A backslash, as described in [2], can be used to separate the
two.

Additionally, there were different forms for referring to man pages.
Sometimes it was a plain “ganeti(7)”, sometimes “**ganeti**(7)” and
other times “**ganeti(7)**” (of course with different names and
numbers).

Commit 7acbda7b added a new paragraph and used the Sphinx-specific
“:manpage:…” markup, which isn't supported by pandoc. It is replaced
with a standard reference.

[1]
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#
inline-markup-recognition-rules

[2]
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#
character-level-inline-markup

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
21 files changed:
man/footer.rst
man/ganeti-listrunner.rst
man/ganeti-noded.rst
man/ganeti.rst
man/gnt-backup.rst
man/gnt-cluster.rst
man/gnt-debug.rst
man/gnt-group.rst
man/gnt-instance.rst
man/gnt-job.rst
man/gnt-network.rst
man/gnt-node.rst
man/gnt-os.rst
man/hail.rst
man/hbal.rst
man/hcheck.rst
man/hinfo.rst
man/hroller.rst
man/hscan.rst
man/hspace.rst
man/htools.rst