mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 18:30:38 -05:00
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.
|
||
|---|---|---|
| .. | ||
| notes-9.17.0.rst | ||
| notes-9.17.1.rst | ||
| notes-9.17.2.rst | ||
| notes-9.17.3.rst | ||
| notes-9.17.4.rst | ||
| notes-9.17.5.rst | ||
| notes-9.17.6.rst | ||
| notes-9.17.7.rst | ||
| notes-9.17.8.rst | ||
| notes-9.17.9.rst | ||
| notes-9.17.10.rst | ||
| notes-9.17.11.rst | ||
| notes-9.17.12.rst | ||
| notes-9.17.13.rst | ||
| notes-9.17.14.rst | ||
| notes-9.17.15.rst | ||
| notes-9.17.16.rst | ||
| notes-9.17.17.rst | ||
| notes-9.17.18.rst | ||
| notes-9.17.19.rst | ||
| notes-9.17.20.rst | ||
| notes-9.17.21.rst | ||
| notes-9.17.22.rst | ||
| notes-current.rst | ||