bufsize: go gen and docs (#3449)

Run 'go generate' and 'make -f Makefile.doc' to generate the chaos
plugin author list and update the manual pages.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-11-15 15:45:09 +00:00
committed by Yong Tang
parent 1e3330c12b
commit 4831e7f947
4 changed files with 74 additions and 8 deletions

View File

@@ -3,8 +3,7 @@
.SH "NAME"
.PP
\fItransfer\fP - answer zone transfers requests for compatible authoritative
plugins.
\fItransfer\fP - perform zone transfers for other plugins.
.SH "DESCRIPTION"
.PP
@@ -12,8 +11,8 @@ This plugin answers zone transfers for authoritative plugins that implement
\fB\fCtransfer.Transferer\fR.
.PP
Transfer answers AXFR requests and IXFR requests with AXFR fallback if the
zone has changed.
Transfer answers full zone transfer (AXFR) requests and incremental zone transfer (IXFR) requests
with AXFR fallback if the zone has changed.
.PP
Notifies are not currently supported.