From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 4 Jul 2025 01:19:40 +0000 (-0400) Subject: spelling: that the X-Git-Tag: rec-5.4.0-alpha0~40^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b9ce18d680ee1b1e0aefc41abe64bf004e5f31;p=thirdparty%2Fpdns.git spelling: that the Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/appendices/types.rst b/docs/appendices/types.rst index b691b52f14..f74f5f7202 100644 --- a/docs/appendices/types.rst +++ b/docs/appendices/types.rst @@ -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 diff --git a/docs/backends/pipe.rst b/docs/backends/pipe.rst index b08f42c4ef..e0c0090f65 100644 --- a/docs/backends/pipe.rst +++ b/docs/backends/pipe.rst @@ -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 diff --git a/docs/dnssec/operational.rst b/docs/dnssec/operational.rst index f36dba4be3..5d75cfcf8d 100644 --- a/docs/dnssec/operational.rst +++ b/docs/dnssec/operational.rst @@ -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 `. 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 diff --git a/docs/lua-records/reference/dnsresourcerecord.rst b/docs/lua-records/reference/dnsresourcerecord.rst index 658e391c32..72626f7bc3 100644 --- a/docs/lua-records/reference/dnsresourcerecord.rst +++ b/docs/lua-records/reference/dnsresourcerecord.rst @@ -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 diff --git a/pdns/dnsdistdist/docs/reference/dnscrypt.rst b/pdns/dnsdistdist/docs/reference/dnscrypt.rst index 630da631db..ae0af39ffc 100644 --- a/pdns/dnsdistdist/docs/reference/dnscrypt.rst +++ b/pdns/dnsdistdist/docs/reference/dnscrypt.rst @@ -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 ----------------- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 09111ab90d..9a615443b7 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -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.