mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
Both utilities were included as one man page, but this caused a problem: Sphinx directive .. include was used twice on the same file, which prevented us from using labels (or anything with unique identifier) in the man pages. This effectivelly prevented linking to them. Splitting man pages allows us to solve the linking problems and also clearly make text easier to follow because it does not mention two tools at the same time. This change causes duplication of text, but given the frequecy of changes to these tools I think it is acceptable. Related: #2799 |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||