bind9/bin/dig
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 [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-09 09:25:37 +01:00
dig.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
dighost.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-09 09:25:37 +01:00
dighost.h Fix query context management issues in dighost.c 2022-03-08 09:14:06 +01:00
host.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
host.rst Denote all command line options using semantic markup (.. option::) 2022-03-14 10:56:19 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
nslookup.c Remove spurious 'debugging = true;' 2022-02-01 10:22:41 +11:00
nslookup.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
readline.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00