bind9/bin
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
..
check Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
confgen Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
delv Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
dig Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
dnssec Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
named Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
nsupdate Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
plugins Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 20:47:06 +01:00
rndc Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
tests Tweak Automake conditionals for pytest-based tests 2022-03-14 09:04:10 +01:00
tools Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00