bind9/bin/tools
Petr Špaček 07044325eb
Hyperlink program names to their manual pages
Use the new role :iscman: to replace all occurences or ``binary``
with :iscman:`binary`, creating a hyperlink to the manual page.

Generated using:
    find bin -name *.rst | xargs fgrep --files-with-matches '.. iscman' | xargs -I{} -n1 basename {} .rst > /tmp/progs
    for PROG in $(cat /tmp/progs); do find -name '*.rst' | xargs sed -i -e "s/\`\`$PROG\`\`/:iscman:\`$PROG\`/g"; done

Additional hand-edits were done mainly around filter-aaaa and
filter-a which are program names and and option names at the
same time. Couple more edits was neede to fix .rst syntax broken by
automatic replacement.

(cherry picked from commit 53a5776025)
2022-03-14 11:01:31 +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 Use semantic markup for :program: self-references 2022-03-14 10:57:29 +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 Use semantic markup for :program: self-references 2022-03-14 10:57:29 +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 Hyperlink program names to their manual pages 2022-03-14 11:01:31 +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 Hyperlink program names to their manual pages 2022-03-14 11:01:31 +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 Hyperlink program names to their manual pages 2022-03-14 11:01:31 +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 Use semantic markup for :program: self-references 2022-03-14 10:57:29 +01:00
nsec3hash.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
nsec3hash.rst Use semantic markup for :program: self-references 2022-03-14 10:57:29 +01:00