bind9/bin/tools
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 Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
arpaname.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
arpaname.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dnstap-read.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dnstap-read.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
Makefile.am Fix the remaining cases of <prog>_CFLAGS -> <prog>_CPPFLAGS 2022-03-13 18:53:19 +01:00
mdig.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
mdig.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
named-journalprint.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named-journalprint.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named-nzd2nzf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named-nzd2nzf.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
named-rrchecker.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named-rrchecker.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
nsec3hash.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
nsec3hash.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00