]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: that the
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 01:19:40 +0000 (21:19 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 4 Jul 2025 03:20:39 +0000 (23:20 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/appendices/types.rst
docs/backends/pipe.rst
docs/dnssec/operational.rst
docs/lua-records/reference/dnsresourcerecord.rst
pdns/dnsdistdist/docs/reference/dnscrypt.rst
pdns/recursordist/docs/upgrade.rst

index b691b52f14df764c637e9554d17e6aba1d7b7c41..f74f5f72022b958f83c6d7edcbbfc789ad9f334d 100644 (file)
@@ -12,8 +12,8 @@ grouped.
   Use ``pdnsutil check-zone`` to validate your zone data.
 
 .. note::
-  Whenever the storage format is mentioned, this relates only to
-  the way the record should be stored in one of the :doc:`generic SQL <../backends/generic-sql>` backends. The other
+  Whenever the storage format is mentioned, this relates only to the way
+  that the record should be stored in one of the :doc:`generic SQL <../backends/generic-sql>` backends. The other
   backends should use their *native* format.
 
 The PowerDNS Recursor can serve and store all record types, regardless
index b08f42c4ef3e73af8afcad9e95581b6297b0f5ed..e0c0090f65fc53b84c2cee743510313c16e54515 100644 (file)
@@ -162,7 +162,7 @@ Fields are tab separated, and terminated with a single ``\n``. The
 question, the ``local-ip-address`` is the IP address on which the
 question was received.
 
-Type is the tag above, ``qname`` is the domain the question is about.
+Type is the tag above, ``qname`` is the domain that the question is about.
 ``qclass`` is always 'IN' currently, denoting an INternet question.
 ``qtype`` is the kind of information desired, the record type, like A,
 CNAME or AAAA. ``id`` can be specified to help your backend find an
index f36dba4be3e128889e3dbcbdc018880795ac49d0..5d75cfcf8d1b2993d1dd2c7ba693fc4847180032 100644 (file)
@@ -111,7 +111,7 @@ every zone.
 Possible SOA-EDIT values
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-The 'inception' refers to the time the RRSIGs got updated in
+The 'inception' refers to the time that the RRSIGs got updated in
 :ref:`live-signing mode <dnssec-online-signing>`. This happens every week (see
 :ref:`dnssec-signatures`). The inception time does not depend on
 local timezone, but some modes below will use localtime for
index 658e391c324663d08f37f261c4cf34dab072ce54..72626f7bc34d500239f67bdbc874694f587049d0 100644 (file)
@@ -43,7 +43,7 @@ Functions and methods of a ``DNSResourceRecord``
 
   .. method:: DNSResourceRecord:wildcardName() -> DNSName
 
-    Returns the wildcard name of the record the record was matched against
+    Returns the wildcard name of the record that the record was matched against
 
   .. method:: DNSResourceRecord:content() -> string
 
index 630da631db64b06c0c96390cedc6fee003308f83..ae0af39ffc16c13b06dec57b437e6f7aba3510f2 100644 (file)
@@ -108,11 +108,11 @@ Certificates
 
   .. method:: DNSCryptCert:getTSEnd() -> int
 
-    Return the date the certificate is valid from, as a Unix timestamp.
+    Return the date that the certificate is valid from, as a Unix timestamp.
 
   .. method:: DNSCryptCert:getTSStart() -> int
 
-    Return the date the certificate is valid until (inclusive), as a Unix timestamp
+    Return the date that the certificate is valid until (inclusive), as a Unix timestamp
 
 Certificate Pairs
 -----------------
index 09111ab90d6df8f6725aaa541f6f909de50ef69f..9a615443b7bce7579c3eb272edfd953682a91e30 100644 (file)
@@ -223,7 +223,7 @@ New settings
 
 Changed settings
 ^^^^^^^^^^^^^^^^
-The first two settings below have effect on the way the recursor distributes queries over threads.
+The first two settings below have effect on the way that the recursor distributes queries over threads.
 In some cases, this can lead to imbalance of the number of queries process per thread.
 See :doc:`performance`, in particular the :ref:`worker_imbalance` section.