bind9/bin/check
Petr Špaček 1d4d008fc9
Add internal hyperlinks to See Also section of manual pages
Replace :manpage: with :iscman: to generate internal hyperlinks. That
way reader can use links even when offline, and jumps to man pages
for the same version.

Formerly HTML version of man pages did not have links in See Also
section because :manpage: role in Sphinx can generate only external
hyperlinks - and we do not have that enabled.
Enabling the Sphinx :manpage: linking could reliably create hyperlinks
only to external URLs, but that would take users to another version
of docs.

Generated by:
    find bin -name '*.rst' | xargs sed -i -e 's/:manpage:`\([^(]\+\)(\([0-9]\))`/:iscman:`\1(\2) <\1>`/g'
+ hand-edit to revert change for mmencode reference which is
  not provided in our source tree.
2022-03-14 10:46:36 +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 Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +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 Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
named-compilezone.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00