mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
Merge branch 'mnowak/fix-copyright-date-in-man-pages' into 'main'
Update copyright date in man pages See merge request isc-projects/bind9!4548
This commit is contained in:
@@ -75,6 +75,7 @@ MANPAGES_RST = \
|
|||||||
|
|
||||||
man_MANS = \
|
man_MANS = \
|
||||||
arpaname.1 \
|
arpaname.1 \
|
||||||
|
ddns-confgen.8 \
|
||||||
delv.1 \
|
delv.1 \
|
||||||
dig.1 \
|
dig.1 \
|
||||||
dnstap-read.1 \
|
dnstap-read.1 \
|
||||||
|
@@ -43,6 +43,6 @@ BIND 9 Administrator Reference Manual.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
project = u'BIND 9'
|
project = u'BIND 9'
|
||||||
# pylint: disable=redefined-builtin
|
# pylint: disable=redefined-builtin
|
||||||
copyright = u'2020, Internet Systems Consortium'
|
copyright = u'2021, Internet Systems Consortium'
|
||||||
author = u'Internet Systems Consortium'
|
author = u'Internet Systems Consortium'
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
@@ -60,6 +60,7 @@ master_doc = 'index'
|
|||||||
# pylint: disable=line-too-long
|
# pylint: disable=line-too-long
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('arpaname', 'arpaname', 'translate IP addresses to the corresponding ARPA names', author, 1),
|
('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),
|
('delv', 'delv', 'DNS lookup and validation utility', author, 1),
|
||||||
('dig', 'dig', 'DNS lookup 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),
|
('dnssec-cds', 'dnssec-cds', 'change DS records for a child zone based on CDS/CDNSKEY', author, 1),
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" Man page generated from reStructuredText.
|
.\" 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
|
.SH NAME
|
||||||
ddns-confgen \- ddns key generation tool
|
ddns-confgen \- ddns key generation tool
|
||||||
.
|
.
|
||||||
@@ -39,61 +39,61 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.sp
|
.sp
|
||||||
\fBtsig\-keygen\fP and \fBddns\-confgen\fP are invocation methods for a
|
\fBtsig\-keygen\fP and \fBddns\-confgen\fP are invocation methods for a
|
||||||
utility that generates keys for use in TSIG signing. The resulting keys
|
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.
|
the \fBrndc\fP command channel.
|
||||||
.sp
|
.sp
|
||||||
When run as \fBtsig\-keygen\fP, a domain name can be specified on the
|
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\&.
|
name is specified, the default is \fBtsig\-key\fP\&.
|
||||||
.sp
|
.sp
|
||||||
When run as \fBddns\-confgen\fP, the generated key is accompanied by
|
When run as \fBddns\-confgen\fP, the key name can specified using \fB\-k\fP
|
||||||
configuration text and instructions that can be used with \fBnsupdate\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
|
and \fBnamed\fP when setting up dynamic DNS, including an example
|
||||||
\fBupdate\-policy\fP statement. (This usage similar to the \fBrndc\-confgen\fP
|
\fBupdate\-policy\fP statement. (This usage is similar to the \fBrndc\-confgen\fP
|
||||||
command for setting up command channel security.)
|
command for setting up command\-channel security.)
|
||||||
.sp
|
.sp
|
||||||
Note that \fBnamed\fP itself can configure a local DDNS key for use with
|
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
|
\fBupdate\-policy local;\fP\&. \fBddns\-confgen\fP is only needed when a more
|
||||||
elaborate configuration is required: for instance, if \fBnsupdate\fP is to
|
elaborate configuration is required: for instance, if \fBnsupdate\fP is to
|
||||||
be used from a remote system.
|
be used from a remote system.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
\fB\-a\fP algorithm
|
.B \fB\-a algorithm\fP
|
||||||
Specifies the algorithm to use for the TSIG key. Available choices
|
This option specifies the algorithm to use for the TSIG key. Available
|
||||||
are: hmac\-md5, hmac\-sha1, hmac\-sha224, hmac\-sha256, hmac\-sha384 and
|
choices are: hmac\-md5, hmac\-sha1, hmac\-sha224, hmac\-sha256, hmac\-sha384,
|
||||||
hmac\-sha512. The default is hmac\-sha256. Options are
|
and hmac\-sha512. The default is hmac\-sha256. Options are
|
||||||
case\-insensitive, and the "hmac\-" prefix may be omitted.
|
case\-insensitive, and the "hmac\-" prefix may be omitted.
|
||||||
.TP
|
.TP
|
||||||
\fB\-h\fP
|
.B \fB\-h\fP
|
||||||
Prints a short summary of options and arguments.
|
This option prints a short summary of options and arguments.
|
||||||
.TP
|
.TP
|
||||||
\fB\-k\fP keyname
|
.B \fB\-k keyname\fP
|
||||||
Specifies the key name of the DDNS authentication key. The default is
|
This option specifies the key name of the DDNS authentication key. The
|
||||||
\fBddns\-key\fP when neither the \fB\-s\fP nor \fB\-z\fP option is specified;
|
default is \fBddns\-key\fP when neither the \fB\-s\fP nor \fB\-z\fP option is
|
||||||
otherwise, the default is \fBddns\-key\fP as a separate label followed
|
specified; otherwise, the default is \fBddns\-key\fP as a separate label
|
||||||
by the argument of the option, e.g., \fBddns\-key.example.com.\fP The
|
followed by the argument of the option, e.g., \fBddns\-key.example.com.\fP
|
||||||
key name must have the format of a valid domain name, consisting of
|
The key name must have the format of a valid domain name, consisting of
|
||||||
letters, digits, hyphens and periods.
|
letters, digits, hyphens, and periods.
|
||||||
.TP
|
.TP
|
||||||
\fB\-q\fP
|
.B \fB\-q\fP (\fBddns\-confgen\fP only)
|
||||||
(\fBddns\-confgen\fP only.) Quiet mode: Print only the key, with no
|
This option enables quiet mode, which prints only the key, with no
|
||||||
explanatory text or usage examples; This is essentially identical to
|
explanatory text or usage examples. This is essentially identical to
|
||||||
\fBtsig\-keygen\fP\&.
|
\fBtsig\-keygen\fP\&.
|
||||||
.TP
|
.TP
|
||||||
\fB\-s\fP name
|
.B \fB\-s name\fP (\fBddns\-confgen\fP only)
|
||||||
(\fBddns\-confgen\fP only.) Generate configuration example to allow
|
This option generates a configuration example to allow dynamic updates
|
||||||
dynamic updates of a single hostname. The example \fBnamed.conf\fP text
|
of a single hostname. The example \fBnamed.conf\fP text shows how to set
|
||||||
shows how to set an update policy for the specified name using the
|
an update policy for the specified name using the "name" nametype. The
|
||||||
"name" nametype. The default key name is ddns\-key.name. Note that the
|
default key name is \fBddns\-key.name\fP\&. Note that the "self" nametype
|
||||||
"self" nametype cannot be used, since the name to be updated may
|
cannot be used, since the name to be updated may differ from the key
|
||||||
differ from the key name. This option cannot be used with the \fB\-z\fP
|
name. This option cannot be used with the \fB\-z\fP option.
|
||||||
option.
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-z\fP zone
|
.B \fB\-z zone\fP (\fBddns\-confgen\fP only)
|
||||||
(\fBddns\-confgen\fP only.) Generate configuration example to allow
|
This option generates a configuration example to allow
|
||||||
dynamic updates of a zone: The example \fBnamed.conf\fP text shows how
|
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"
|
to set an update policy for the specified zone using the "zonesub"
|
||||||
nametype, allowing updates to all subdomain names within that zone.
|
nametype, allowing updates to all subdomain names within that zone.
|
||||||
This option cannot be used with the \fB\-s\fP option.
|
This option cannot be used with the \fB\-s\fP option.
|
||||||
@@ -104,6 +104,6 @@ This option cannot be used with the \fB\-s\fP option.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -340,6 +340,6 @@ This option prints response data in YAML format.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -647,6 +647,6 @@ There are probably too many query options.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -224,6 +224,6 @@ Reference Manual, \fI\%RFC 7344\fP\&.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -144,6 +144,6 @@ A keyfile error may return "file not found," even if the file exists.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -121,6 +121,6 @@ or the full file name \fBKnnnn.+aaa+iiiii.key\fP, as generated by
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -276,6 +276,6 @@ security reasons, this file does not have general read permission.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -320,6 +320,6 @@ To generate a matching key\-signing key, issue the command:
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -81,6 +81,6 @@ revoke the key.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -241,6 +241,6 @@ metadata, use \fBall\fP\&.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -412,6 +412,6 @@ db.example.com.signed
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -108,6 +108,6 @@ This option indicates the file containing the zone to be signed.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -62,6 +62,6 @@ This option prints \fBdnstap\fP data in a detailed YAML format.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -105,6 +105,6 @@ BIND 9 Administrator Reference Manual.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -177,6 +177,6 @@ when \fBhost\fP runs.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -336,6 +336,6 @@ This flag is off by default.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -103,6 +103,6 @@ and 0 otherwise.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -213,6 +213,6 @@ Manual.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -56,6 +56,6 @@ the resource record in master\-file format.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -52,6 +52,6 @@ BIND 9 Administrator Reference Manual.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -65,6 +65,6 @@ and private type mnemonics, respectively.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -259,6 +259,6 @@ The default process\-id file.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -1150,6 +1150,6 @@ zone string [ class ] {
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -73,6 +73,6 @@ BIND 9 Administrator Reference Manual, \fI\%RFC 5155\fP\&.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -220,6 +220,6 @@ when \fBnslookup\fP runs, or when the standard output is not a tty.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -373,6 +373,6 @@ operations, and may change in future releases.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -69,6 +69,6 @@ immediate.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -90,6 +90,6 @@ This option opens the session with the given PKCS#11 slot. The default is slot 0
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -68,6 +68,6 @@ line, \fBpkcs11\-list\fP prompts for it.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -53,6 +53,6 @@ This option makes the PKCS#11 libisc initialization verbose.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -117,6 +117,6 @@ To print a sample \fBrndc.conf\fP file and the corresponding \fBcontrols\fP and
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -597,6 +597,6 @@ Reference Manual.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -191,6 +191,6 @@ details.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
@@ -104,6 +104,6 @@ This option cannot be used with the \fB\-s\fP option.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Internet Systems Consortium
|
Internet Systems Consortium
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
2020, Internet Systems Consortium
|
2021, Internet Systems Consortium
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
Reference in New Issue
Block a user