docs: reformat man pages to improve consistency and readability

Change-Id: I4f9afbc73c365dfa31eb6cd1e4a48368b6a9064f
diff --git a/docs/manpages/nfdc-status.rst b/docs/manpages/nfdc-status.rst
index 3a1959b..5b26ce3 100644
--- a/docs/manpages/nfdc-status.rst
+++ b/docs/manpages/nfdc-status.rst
@@ -1,13 +1,15 @@
 nfdc-status
 ===========
 
-SYNOPSIS
+Synopsis
 --------
-| nfdc status [show]
-| nfdc status report [<FORMAT>]
 
-DESCRIPTION
+| **nfdc status** [**show**]
+| **nfdc status** **report** [*FORMAT*]
+
+Description
 -----------
+
 The **nfdc status show** command shows general status of NFD, including its version,
 uptime, data structure counters, and global packet counters.
 
@@ -21,12 +23,19 @@
 - CS statistics information (individually available from **nfdc cs info**)
 - list of strategy choices (individually available from **nfdc strategy list**)
 
-OPTIONS
+Options
 -------
-<FORMAT>
+
+.. option:: <FORMAT>
+
     The format of NFD status report, either ``text`` or ``xml``.
     The default is ``text``.
 
-SEE ALSO
+See Also
 --------
-nfdc(1), nfdc-channel(1), nfdc-face(1), nfdc-fib(1), nfdc-route(1), nfdc-strategy(1)
+
+:manpage:`nfdc(1)`,
+:manpage:`nfdc-cs(1)`,
+:manpage:`nfdc-face(1)`,
+:manpage:`nfdc-route(1)`,
+:manpage:`nfdc-strategy(1)`