From 34cb46aed0eb1017a65a784293c8dd0ba2ff714c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 11 Jan 2021 12:27:17 +0100 Subject: [PATCH 1/2] Make sure ddns-confgen man page stays up to date --- doc/man/Makefile.am | 1 + doc/man/conf.py | 1 + doc/man/ddns-confgen.8in | 70 ++++++++++++++++++++-------------------- 3 files changed, 37 insertions(+), 35 deletions(-) diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 5601cb8ca7..f11a46fd82 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -75,6 +75,7 @@ MANPAGES_RST = \ man_MANS = \ arpaname.1 \ + ddns-confgen.8 \ delv.1 \ dig.1 \ dnstap-read.1 \ diff --git a/doc/man/conf.py b/doc/man/conf.py index b1d565fbfc..11577d5e8f 100644 --- a/doc/man/conf.py +++ b/doc/man/conf.py @@ -60,6 +60,7 @@ master_doc = 'index' # pylint: disable=line-too-long man_pages = [ ('arpaname', 'arpaname', 'translate IP addresses to the corresponding ARPA names', author, 1), + ('ddns-confgen', 'ddns-confgen', 'ddns key generation tool', author, 8), ('delv', 'delv', 'DNS lookup and validation utility', author, 1), ('dig', 'dig', 'DNS lookup utility', author, 1), ('dnssec-cds', 'dnssec-cds', 'change DS records for a child zone based on CDS/CDNSKEY', author, 1), diff --git a/doc/man/ddns-confgen.8in b/doc/man/ddns-confgen.8in index 625859a82c..cd7646ccd8 100644 --- a/doc/man/ddns-confgen.8in +++ b/doc/man/ddns-confgen.8in @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DDNS-CONFGEN" "8" "@RELEASE_DATE@" "@BIND9_VERSION@" "BIND 9" +.TH "DDNS-CONFGEN" "8" "@RELEASE_DATE@" "@PACKAGE_VERSION@" "BIND 9" .SH NAME ddns-confgen \- ddns key generation tool . @@ -39,61 +39,61 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .sp \fBtsig\-keygen\fP and \fBddns\-confgen\fP are invocation methods for a utility that generates keys for use in TSIG signing. The resulting keys -can be used, for example, to secure dynamic DNS updates to a zone or for +can be used, for example, to secure dynamic DNS updates to a zone, or for the \fBrndc\fP command channel. .sp When run as \fBtsig\-keygen\fP, a domain name can be specified on the -command line which will be used as the name of the generated key. If no +command line to be used as the name of the generated key. If no name is specified, the default is \fBtsig\-key\fP\&. .sp -When run as \fBddns\-confgen\fP, the generated key is accompanied by -configuration text and instructions that can be used with \fBnsupdate\fP +When run as \fBddns\-confgen\fP, the key name can specified using \fB\-k\fP +parameter and defaults to \fBddns\-key\fP\&. The generated key is accompanied +by configuration text and instructions that can be used with \fBnsupdate\fP and \fBnamed\fP when setting up dynamic DNS, including an example -\fBupdate\-policy\fP statement. (This usage similar to the \fBrndc\-confgen\fP -command for setting up command channel security.) +\fBupdate\-policy\fP statement. (This usage is similar to the \fBrndc\-confgen\fP +command for setting up command\-channel security.) .sp Note that \fBnamed\fP itself can configure a local DDNS key for use with -\fBnsupdate \-l\fP: it does this when a zone is configured with +\fBnsupdate \-l\fP; it does this when a zone is configured with \fBupdate\-policy local;\fP\&. \fBddns\-confgen\fP is only needed when a more elaborate configuration is required: for instance, if \fBnsupdate\fP is to be used from a remote system. .SH OPTIONS .INDENT 0.0 .TP -\fB\-a\fP algorithm -Specifies the algorithm to use for the TSIG key. Available choices -are: hmac\-md5, hmac\-sha1, hmac\-sha224, hmac\-sha256, hmac\-sha384 and -hmac\-sha512. The default is hmac\-sha256. Options are +.B \fB\-a algorithm\fP +This option specifies the algorithm to use for the TSIG key. Available +choices are: hmac\-md5, hmac\-sha1, hmac\-sha224, hmac\-sha256, hmac\-sha384, +and hmac\-sha512. The default is hmac\-sha256. Options are case\-insensitive, and the "hmac\-" prefix may be omitted. .TP -\fB\-h\fP -Prints a short summary of options and arguments. +.B \fB\-h\fP +This option prints a short summary of options and arguments. .TP -\fB\-k\fP keyname -Specifies the key name of the DDNS authentication key. The default is -\fBddns\-key\fP when neither the \fB\-s\fP nor \fB\-z\fP option is specified; -otherwise, the default is \fBddns\-key\fP as a separate label followed -by the argument of the option, e.g., \fBddns\-key.example.com.\fP The -key name must have the format of a valid domain name, consisting of -letters, digits, hyphens and periods. +.B \fB\-k keyname\fP +This option specifies the key name of the DDNS authentication key. The +default is \fBddns\-key\fP when neither the \fB\-s\fP nor \fB\-z\fP option is +specified; otherwise, the default is \fBddns\-key\fP as a separate label +followed by the argument of the option, e.g., \fBddns\-key.example.com.\fP +The key name must have the format of a valid domain name, consisting of +letters, digits, hyphens, and periods. .TP -\fB\-q\fP -(\fBddns\-confgen\fP only.) Quiet mode: Print only the key, with no -explanatory text or usage examples; This is essentially identical to +.B \fB\-q\fP (\fBddns\-confgen\fP only) +This option enables quiet mode, which prints only the key, with no +explanatory text or usage examples. This is essentially identical to \fBtsig\-keygen\fP\&. .TP -\fB\-s\fP name -(\fBddns\-confgen\fP only.) Generate configuration example to allow -dynamic updates of a single hostname. The example \fBnamed.conf\fP text -shows how to set an update policy for the specified name using the -"name" nametype. The default key name is ddns\-key.name. Note that the -"self" nametype cannot be used, since the name to be updated may -differ from the key name. This option cannot be used with the \fB\-z\fP -option. +.B \fB\-s name\fP (\fBddns\-confgen\fP only) +This option generates a configuration example to allow dynamic updates +of a single hostname. The example \fBnamed.conf\fP text shows how to set +an update policy for the specified name using the "name" nametype. The +default key name is \fBddns\-key.name\fP\&. Note that the "self" nametype +cannot be used, since the name to be updated may differ from the key +name. This option cannot be used with the \fB\-z\fP option. .TP -\fB\-z\fP zone -(\fBddns\-confgen\fP only.) Generate configuration example to allow -dynamic updates of a zone: The example \fBnamed.conf\fP text shows how +.B \fB\-z zone\fP (\fBddns\-confgen\fP only) +This option generates a configuration example to allow +dynamic updates of a zone. The example \fBnamed.conf\fP text shows how to set an update policy for the specified zone using the "zonesub" nametype, allowing updates to all subdomain names within that zone. This option cannot be used with the \fB\-s\fP option. From 358c133ee20e64b64569429df196d7c7767a624a Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 11 Jan 2021 12:01:51 +0100 Subject: [PATCH 2/2] Update copyright date in man pages --- doc/man/arpaname.1in | 2 +- doc/man/conf.py | 2 +- doc/man/ddns-confgen.8in | 2 +- doc/man/delv.1in | 2 +- doc/man/dig.1in | 2 +- doc/man/dnssec-cds.1in | 2 +- doc/man/dnssec-dsfromkey.1in | 2 +- doc/man/dnssec-importkey.1in | 2 +- doc/man/dnssec-keyfromlabel.1in | 2 +- doc/man/dnssec-keygen.1in | 2 +- doc/man/dnssec-revoke.1in | 2 +- doc/man/dnssec-settime.1in | 2 +- doc/man/dnssec-signzone.1in | 2 +- doc/man/dnssec-verify.1in | 2 +- doc/man/dnstap-read.1in | 2 +- doc/man/filter-aaaa.8in | 2 +- doc/man/host.1in | 2 +- doc/man/mdig.1in | 2 +- doc/man/named-checkconf.1in | 2 +- doc/man/named-checkzone.1in | 2 +- doc/man/named-journalprint.1in | 2 +- doc/man/named-nzd2nzf.1in | 2 +- doc/man/named-rrchecker.1in | 2 +- doc/man/named.8in | 2 +- doc/man/named.conf.5in | 2 +- doc/man/nsec3hash.1in | 2 +- doc/man/nslookup.1in | 2 +- doc/man/nsupdate.1in | 2 +- doc/man/pkcs11-destroy.1in | 2 +- doc/man/pkcs11-keygen.1in | 2 +- doc/man/pkcs11-list.1in | 2 +- doc/man/pkcs11-tokens.1in | 2 +- doc/man/rndc-confgen.8in | 2 +- doc/man/rndc.8in | 2 +- doc/man/rndc.conf.5in | 2 +- doc/man/tsig-keygen.8in | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/doc/man/arpaname.1in b/doc/man/arpaname.1in index bec27b1de5..53e6d2d5dc 100644 --- a/doc/man/arpaname.1in +++ b/doc/man/arpaname.1in @@ -43,6 +43,6 @@ BIND 9 Administrator Reference Manual. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/conf.py b/doc/man/conf.py index 11577d5e8f..7ce9065209 100644 --- a/doc/man/conf.py +++ b/doc/man/conf.py @@ -32,7 +32,7 @@ project = u'BIND 9' # pylint: disable=redefined-builtin -copyright = u'2020, Internet Systems Consortium' +copyright = u'2021, Internet Systems Consortium' author = u'Internet Systems Consortium' # -- General configuration --------------------------------------------------- diff --git a/doc/man/ddns-confgen.8in b/doc/man/ddns-confgen.8in index cd7646ccd8..ab5939d2aa 100644 --- a/doc/man/ddns-confgen.8in +++ b/doc/man/ddns-confgen.8in @@ -104,6 +104,6 @@ This option cannot be used with the \fB\-s\fP option. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/delv.1in b/doc/man/delv.1in index c1cffab5be..baab36d879 100644 --- a/doc/man/delv.1in +++ b/doc/man/delv.1in @@ -340,6 +340,6 @@ This option prints response data in YAML format. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dig.1in b/doc/man/dig.1in index 71dd657d6d..9b78ada40f 100644 --- a/doc/man/dig.1in +++ b/doc/man/dig.1in @@ -647,6 +647,6 @@ There are probably too many query options. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-cds.1in b/doc/man/dnssec-cds.1in index b46d43b4ca..764ccfaab9 100644 --- a/doc/man/dnssec-cds.1in +++ b/doc/man/dnssec-cds.1in @@ -224,6 +224,6 @@ Reference Manual, \fI\%RFC 7344\fP\&. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-dsfromkey.1in b/doc/man/dnssec-dsfromkey.1in index acb88e0475..0ed4c57c81 100644 --- a/doc/man/dnssec-dsfromkey.1in +++ b/doc/man/dnssec-dsfromkey.1in @@ -144,6 +144,6 @@ A keyfile error may return "file not found," even if the file exists. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-importkey.1in b/doc/man/dnssec-importkey.1in index 1aaf4f1488..291d07be64 100644 --- a/doc/man/dnssec-importkey.1in +++ b/doc/man/dnssec-importkey.1in @@ -121,6 +121,6 @@ or the full file name \fBKnnnn.+aaa+iiiii.key\fP, as generated by .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-keyfromlabel.1in b/doc/man/dnssec-keyfromlabel.1in index 279a3949eb..4816a522a9 100644 --- a/doc/man/dnssec-keyfromlabel.1in +++ b/doc/man/dnssec-keyfromlabel.1in @@ -276,6 +276,6 @@ security reasons, this file does not have general read permission. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-keygen.1in b/doc/man/dnssec-keygen.1in index e3ca0dac9f..4a1b272840 100644 --- a/doc/man/dnssec-keygen.1in +++ b/doc/man/dnssec-keygen.1in @@ -320,6 +320,6 @@ To generate a matching key\-signing key, issue the command: .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-revoke.1in b/doc/man/dnssec-revoke.1in index 2d5f3bc32e..76691d4c2c 100644 --- a/doc/man/dnssec-revoke.1in +++ b/doc/man/dnssec-revoke.1in @@ -81,6 +81,6 @@ revoke the key. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-settime.1in b/doc/man/dnssec-settime.1in index 8fc8964523..753a5c205c 100644 --- a/doc/man/dnssec-settime.1in +++ b/doc/man/dnssec-settime.1in @@ -241,6 +241,6 @@ metadata, use \fBall\fP\&. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-signzone.1in b/doc/man/dnssec-signzone.1in index c41769937c..6f520029b9 100644 --- a/doc/man/dnssec-signzone.1in +++ b/doc/man/dnssec-signzone.1in @@ -412,6 +412,6 @@ db.example.com.signed .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnssec-verify.1in b/doc/man/dnssec-verify.1in index 2d790583b6..8539d530b0 100644 --- a/doc/man/dnssec-verify.1in +++ b/doc/man/dnssec-verify.1in @@ -108,6 +108,6 @@ This option indicates the file containing the zone to be signed. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/dnstap-read.1in b/doc/man/dnstap-read.1in index fe186e265b..fc25109071 100644 --- a/doc/man/dnstap-read.1in +++ b/doc/man/dnstap-read.1in @@ -62,6 +62,6 @@ This option prints \fBdnstap\fP data in a detailed YAML format. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/filter-aaaa.8in b/doc/man/filter-aaaa.8in index 06eb0ab3fb..579d73cb8f 100644 --- a/doc/man/filter-aaaa.8in +++ b/doc/man/filter-aaaa.8in @@ -105,6 +105,6 @@ BIND 9 Administrator Reference Manual. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/host.1in b/doc/man/host.1in index df0e62e2ad..627c3832b9 100644 --- a/doc/man/host.1in +++ b/doc/man/host.1in @@ -177,6 +177,6 @@ when \fBhost\fP runs. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/mdig.1in b/doc/man/mdig.1in index 4c3fe9177d..405d50fc82 100644 --- a/doc/man/mdig.1in +++ b/doc/man/mdig.1in @@ -336,6 +336,6 @@ This flag is off by default. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named-checkconf.1in b/doc/man/named-checkconf.1in index b6e2cc3bba..6d65a033c2 100644 --- a/doc/man/named-checkconf.1in +++ b/doc/man/named-checkconf.1in @@ -103,6 +103,6 @@ and 0 otherwise. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named-checkzone.1in b/doc/man/named-checkzone.1in index ecdf311a40..95a9ef8ebc 100644 --- a/doc/man/named-checkzone.1in +++ b/doc/man/named-checkzone.1in @@ -213,6 +213,6 @@ Manual. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named-journalprint.1in b/doc/man/named-journalprint.1in index e03bf7193d..2c86eec8df 100644 --- a/doc/man/named-journalprint.1in +++ b/doc/man/named-journalprint.1in @@ -56,6 +56,6 @@ the resource record in master\-file format. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named-nzd2nzf.1in b/doc/man/named-nzd2nzf.1in index a636c4801d..f52b93f012 100644 --- a/doc/man/named-nzd2nzf.1in +++ b/doc/man/named-nzd2nzf.1in @@ -52,6 +52,6 @@ BIND 9 Administrator Reference Manual. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named-rrchecker.1in b/doc/man/named-rrchecker.1in index cfe8085432..1c6f7ab818 100644 --- a/doc/man/named-rrchecker.1in +++ b/doc/man/named-rrchecker.1in @@ -65,6 +65,6 @@ and private type mnemonics, respectively. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named.8in b/doc/man/named.8in index 45c304ccf3..1c9ad8a233 100644 --- a/doc/man/named.8in +++ b/doc/man/named.8in @@ -259,6 +259,6 @@ The default process\-id file. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/named.conf.5in b/doc/man/named.conf.5in index 015763ad19..6927fc9b62 100644 --- a/doc/man/named.conf.5in +++ b/doc/man/named.conf.5in @@ -1150,6 +1150,6 @@ zone string [ class ] { .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/nsec3hash.1in b/doc/man/nsec3hash.1in index 1d7a09d44a..88cc9030ff 100644 --- a/doc/man/nsec3hash.1in +++ b/doc/man/nsec3hash.1in @@ -73,6 +73,6 @@ BIND 9 Administrator Reference Manual, \fI\%RFC 5155\fP\&. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/nslookup.1in b/doc/man/nslookup.1in index 9d72b50677..2540113ea3 100644 --- a/doc/man/nslookup.1in +++ b/doc/man/nslookup.1in @@ -220,6 +220,6 @@ when \fBnslookup\fP runs, or when the standard output is not a tty. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/nsupdate.1in b/doc/man/nsupdate.1in index 02984590a3..08f6049b4f 100644 --- a/doc/man/nsupdate.1in +++ b/doc/man/nsupdate.1in @@ -373,6 +373,6 @@ operations, and may change in future releases. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/pkcs11-destroy.1in b/doc/man/pkcs11-destroy.1in index 9863e4d865..5e9d2f50e2 100644 --- a/doc/man/pkcs11-destroy.1in +++ b/doc/man/pkcs11-destroy.1in @@ -69,6 +69,6 @@ immediate. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/pkcs11-keygen.1in b/doc/man/pkcs11-keygen.1in index 09b024479e..aa9177ab81 100644 --- a/doc/man/pkcs11-keygen.1in +++ b/doc/man/pkcs11-keygen.1in @@ -90,6 +90,6 @@ This option opens the session with the given PKCS#11 slot. The default is slot 0 .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/pkcs11-list.1in b/doc/man/pkcs11-list.1in index e17aa11ff9..19e12f3f85 100644 --- a/doc/man/pkcs11-list.1in +++ b/doc/man/pkcs11-list.1in @@ -68,6 +68,6 @@ line, \fBpkcs11\-list\fP prompts for it. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/pkcs11-tokens.1in b/doc/man/pkcs11-tokens.1in index 9ad672be4c..a83c7bfa59 100644 --- a/doc/man/pkcs11-tokens.1in +++ b/doc/man/pkcs11-tokens.1in @@ -53,6 +53,6 @@ This option makes the PKCS#11 libisc initialization verbose. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/rndc-confgen.8in b/doc/man/rndc-confgen.8in index 891f14304f..287af1dcfa 100644 --- a/doc/man/rndc-confgen.8in +++ b/doc/man/rndc-confgen.8in @@ -117,6 +117,6 @@ To print a sample \fBrndc.conf\fP file and the corresponding \fBcontrols\fP and .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/rndc.8in b/doc/man/rndc.8in index d31b789453..cfdad5ef3e 100644 --- a/doc/man/rndc.8in +++ b/doc/man/rndc.8in @@ -597,6 +597,6 @@ Reference Manual. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/rndc.conf.5in b/doc/man/rndc.conf.5in index 403c020ae4..515d1928bd 100644 --- a/doc/man/rndc.conf.5in +++ b/doc/man/rndc.conf.5in @@ -191,6 +191,6 @@ details. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. . diff --git a/doc/man/tsig-keygen.8in b/doc/man/tsig-keygen.8in index 6af3f9b76e..7ec840c2db 100644 --- a/doc/man/tsig-keygen.8in +++ b/doc/man/tsig-keygen.8in @@ -104,6 +104,6 @@ This option cannot be used with the \fB\-s\fP option. .SH AUTHOR Internet Systems Consortium .SH COPYRIGHT -2020, Internet Systems Consortium +2021, Internet Systems Consortium .\" Generated by docutils manpage writer. .