bind9/bin/check
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
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
check-tool.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
check-tool.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
named-checkconf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named-checkconf.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
named-checkzone.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named-checkzone.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
named-compilezone.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00