From: Josh Soref Date: Mon, 23 May 2022 01:57:50 +0000 (-0400) Subject: spelling: the X-Git-Tag: dnsdist-1.8.0-rc3~10^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a1e987db86f7270d59b772ad57e6ff13d594ec0;p=thirdparty%2Fpdns.git spelling: the Signed-off-by: Josh Soref --- diff --git a/docs/changelog/4.4.rst b/docs/changelog/4.4.rst index 44ebd63790..f192483ddc 100644 --- a/docs/changelog/4.4.rst +++ b/docs/changelog/4.4.rst @@ -324,7 +324,7 @@ Changelogs for 4.4.x :tags: New Features :pullreq: 9239 - Add pdns_control command to the the list of XFR domains in queue + Add pdns_control command to the list of XFR domains in queue .. changelog:: :version: 4.4.0-alpha3 diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index 9d18f8e28c..00d431dce2 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -99,7 +99,7 @@ remove-zone-key *ZONE* *KEY-ID* Remove a key with id *KEY-ID* from a zone called *ZONE*. set-nsec3 *ZONE* ['*HASH-ALGORITHM* *FLAGS* *ITERATIONS* *SALT*'] [**narrow**] Sets NSEC3 parameters for this zone. The quoted parameters are 4 - values that are used for the the NSEC3PARAM record and decide how + values that are used for the NSEC3PARAM record and decide how NSEC3 records are created. The NSEC3 parameters must be quoted on the command line. *HASH-ALGORITHM* must be 1 (SHA-1). Setting *FLAGS* to 1 enables NSEC3 opt-out operation. Only do this if you diff --git a/docs/running.rst b/docs/running.rst index 691dce2158..ab4c6a9e73 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -31,7 +31,7 @@ inner process as well. Logging to syslog on systemd-based operating systems ---------------------------------------------------- -By default, logging to syslog is disabled in the the systemd unit file +By default, logging to syslog is disabled in the systemd unit file to prevent the service logging twice, as the systemd journal picks up the output from the process itself. diff --git a/pdns/dnsdistdist/docs/guides/downstreams.rst b/pdns/dnsdistdist/docs/guides/downstreams.rst index 036cf140e4..52e534915e 100644 --- a/pdns/dnsdistdist/docs/guides/downstreams.rst +++ b/pdns/dnsdistdist/docs/guides/downstreams.rst @@ -128,7 +128,7 @@ channel. The TCP-only mode for a backend can be enabled by using the ``tcpOnly`` parameter of the :func:`newServer` command. -The DNS over TLS mode via the the ``tls`` parameter of the :func:`newServer` command. Additional parameters control the +The DNS over TLS mode via the ``tls`` parameter of the :func:`newServer` command. Additional parameters control the validation of the certificate presented by the backend (``caStore``, ``validateCertificates``), the actual TLS ciphers used (``ciphers``, ``ciphersTLS13``) and the SNI value sent (``subjectName``). diff --git a/pdns/dnsdistdist/docs/reference/dnscrypt.rst b/pdns/dnsdistdist/docs/reference/dnscrypt.rst index ee5ed9ede0..02dc7ec685 100644 --- a/pdns/dnsdistdist/docs/reference/dnscrypt.rst +++ b/pdns/dnsdistdist/docs/reference/dnscrypt.rst @@ -139,7 +139,7 @@ Context .. method:: DNSCryptContext:addNewCertificate(cert, key[, active]) - Add a new certificate to the the given context. Active certificates are advertised to + Add a new certificate to the given context. Active certificates are advertised to clients, inactive ones are not. :param DNSCryptCert cert: The certificate to add to the context diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 620c02ce08..1a44b838ae 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -857,7 +857,7 @@ Combining Rules .. function:: OrRule(selectors) - Matches the traffic if one or more of the the ``selectors`` Rules does match. + Matches the traffic if one or more of the ``selectors`` Rules does match. :param {Rule} selector: A table of Rules @@ -974,7 +974,7 @@ The following actions exist. .. function:: DnstapLogAction(identity, logger[, alterFunction]) - Send the the current query to a remote logger as a :doc:`dnstap ` message. + Send the current query to a remote logger as a :doc:`dnstap ` message. ``alterFunction`` is a callback, receiving a :class:`DNSQuestion` and a :class:`DnstapMessage`, that can be used to modify the message. Subsequent rules are processed after this action. @@ -984,7 +984,7 @@ The following actions exist. .. function:: DnstapLogResponseAction(identity, logger[, alterFunction]) - Send the the current response to a remote logger as a :doc:`dnstap ` message. + Send the current response to a remote logger as a :doc:`dnstap ` message. ``alterFunction`` is a callback, receiving a :class:`DNSQuestion` and a :class:`DnstapMessage`, that can be used to modify the message. Subsequent rules are processed after this action. diff --git a/pdns/recursordist/docs/metrics.rst b/pdns/recursordist/docs/metrics.rst index 2bda3c07bb..d54137492c 100644 --- a/pdns/recursordist/docs/metrics.rst +++ b/pdns/recursordist/docs/metrics.rst @@ -33,7 +33,7 @@ This ratio can be greater than 100% since additional queries could be needed to 217 outgoing tcp connections were done, there were 0 queries running at the moment and 9155 queries to authoritative servers saw timeouts. The packets cache had 4536 entries and 82% of queries were served from it. -The workload of the the worker queries was 175728 and 169484 respectively. +The workload of the worker queries was 175728 and 169484 respectively. Finally, measured in the last half hour, an average of 1 qps was performed. Multi-threading and metrics