bind9/doc/notes
Petr Špaček a85df3ff9c
Add hyperlinks from program options to definition in man pages
Side-effect of hyperlinking is that typos in program and option names
are now detected by Sphinx.

Candidate -options were detected using:
    find -name *.rst | xargs grep '``-[^`]'
and then modified from ``-o`` to :option:`-o` using regex
    s/``\(-[^`]\+\)``/:option:`\1`/
+ manual modifications where necessary.

Non-hyphenated options were detected by looking at context around
program names:
    find bin -name *.rst | xargs -I{} -n1 basename {} .rst | sort -u
and grepping for program name with trailing whitespace.

Stand-alone program names like ``named`` are not hyperlinked in this
commit.
2022-03-14 10:46:36 +01:00
..
notes-9.17.0.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.1.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.2.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.3.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.4.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.5.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.6.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.7.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.8.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.9.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.10.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.11.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.12.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.13.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.14.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.15.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.16.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.17.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.18.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.19.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
notes-9.17.20.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.21.rst Add hyperlinks from program options to definition in man pages 2022-03-14 10:46:36 +01:00
notes-9.17.22.rst Prepare release notes for BIND 9.17.22 2022-01-20 11:19:58 +01:00
notes-current.rst Add CHANGES and release note for [GL #3200] 2022-03-11 09:58:02 +01:00