]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: the
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 23 May 2022 01:57:50 +0000 (21:57 -0400)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:32:04 +0000 (14:32 +0100)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
docs/changelog/4.4.rst
docs/manpages/pdnsutil.1.rst
docs/running.rst
pdns/dnsdistdist/docs/guides/downstreams.rst
pdns/dnsdistdist/docs/reference/dnscrypt.rst
pdns/dnsdistdist/docs/rules-actions.rst
pdns/recursordist/docs/metrics.rst

index 44ebd63790ce1a7615c42a8f421557d2ca5c6267..f192483ddccd08f5b29f3f9ee5018c01adddc51f 100644 (file)
@@ -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
index 9d18f8e28ca8e86ab9b557582806a5749524640c..00d431dce20c388cc37aaec47b0a67753bf3a203 100644 (file)
@@ -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
index 691dce2158c32efcc707ced005d0b6b0f2c00fb0..ab4c6a9e73a784e634e3d392498570492695bb2e 100644 (file)
@@ -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.
 
index 036cf140e41d3c347c162ad48d455a96bfa63f06..52e534915ea4a29eca5df97bb55da85c982f34dd 100644 (file)
@@ -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``).
 
index ee5ed9ede056be57878ff9102cb3e45d91ceb2c5..02dc7ec685aa5cc22c12a8e6a84f3c3e50e6e167 100644 (file)
@@ -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
index 620c02ce08396f478ea295d53853cc435f1f65e3..1a44b838aea563ec8bc7054932f530e660a1bf94 100644 (file)
@@ -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 <reference/dnstap>` message.
+  Send the current query to a remote logger as a :doc:`dnstap <reference/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 <reference/dnstap>` message.
+  Send the current response to a remote logger as a :doc:`dnstap <reference/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.
 
index 2bda3c07bb4414f0f1e225e70e7f046a7ac458ab..d54137492c24bb21ba2dc68e6b5e3a389c71df4a 100644 (file)
@@ -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