bind9/doc/dnssec-guide
Petr Špaček 53a5776025
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.
2022-03-14 10:46:36 +01:00
..
img Add the ISC DNSSEC Guide as a BIND 9 ARM appendix 2021-01-08 13:12:20 +01:00
advanced-discussions.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
commonly-asked-questions.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
getting-started.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
introduction.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
preface.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
recipes.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
signing.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
troubleshooting.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
validation.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00