bind9/bin
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
..
check Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
confgen Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
delv Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
dig Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
dnssec Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
named Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
nsupdate Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
plugins Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
rndc Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
tests Tweak Automake conditionals for pytest-based tests 2022-03-14 09:04:10 +01:00
tools Hyperlink program names to their manual pages 2022-03-14 11:01:31 +01:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00