bind9/doc
Petr Špaček b4e46de257
Denote all command line options using semantic markup (.. option::)
The markup allows referencing individual options, and also makes them
more legible (no more thin red text on gray background).

Most of the work was done using regexes:
    s/^``-\(.*\)``$/.. option:: -\1\r/
    s/^``+\(.*\)``$/.. option:: +\1\r/
on bin/**/*.rst files along with visual inspection and hand-edits,
mostly for positional arguments.

Regex for rndc.rst:
    s/^``\(.*\)``/.. option:: \1\r/
+ hand edits to remove extra asterisk and whitespace here and there.

(cherry picked from commit ec30944aa4)
2022-03-14 10:56:19 +01:00
..
arm Fix Tools for Use With the Name Server Daemon in the ARM 2022-03-10 20:18:52 +01:00
design Drop documents that have been folded into doc/dev/dev.md 2022-03-10 14:53:21 +00:00
dev Update the status of Python 2022-03-10 14:53:21 +00:00
dnssec-guide Fix typo in DNSSEC guide parental-agents example 2022-02-22 14:06:59 +01:00
doxygen Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
man Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
misc Fix the remaining cases of <prog>_CFLAGS -> <prog>_CPPFLAGS 2022-03-13 18:53:19 +01:00
notes Add CHANGES and release note for [GL #3200] 2022-03-11 10:52:43 +01:00
Makefile.am Install man pages when sphinx-build tool is missing 2021-05-25 11:21:32 +02:00