]> git.ipfire.org Git - thirdparty/bind9.git/commit
Split out ddns-confgen and tsig-keygen man pages
authorPetr Špaček <pspacek@isc.org>
Tue, 1 Mar 2022 16:45:10 +0000 (17:45 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 10 Mar 2022 19:13:22 +0000 (20:13 +0100)
commit2e424145227f41b541f781f4803bcf3bcb2fbffb
treeb9650d3fd8462c511829e24972b7a8e06aa7bc84
parent473d5a8d03db4d2633236ea9006f2654d57e2bb1
Split out ddns-confgen and tsig-keygen man pages

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
bin/confgen/ddns-confgen.rst [new file with mode: 0644]
bin/confgen/tsig-keygen.rst
doc/arm/advanced.rst
doc/arm/manpages.rst
doc/man/ddns-confgen.8in
doc/man/ddns-confgen.rst
doc/man/tsig-keygen.8in