bind9/bin/plugins
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
..
filter-a.c Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 14:51:55 +01:00
filter-a.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
filter-aaaa.c Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 14:51:55 +01:00
filter-aaaa.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
Makefile.am Add filter-a plugin for IPv6-dominant environments 2021-03-19 08:06:55 +01:00