]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Improve wording as suggested by reviewer
authorKlaus Darilion <klaus.darilion@nic.at>
Thu, 7 Apr 2022 07:13:37 +0000 (07:13 +0000)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 8 Sep 2022 10:33:29 +0000 (12:33 +0200)
(cherry picked from commit b749b2e86ad5286ba59adde29457376318524298)

docs/modes-of-operation.rst
docs/settings.rst

index 7ffafcf0aa6829267867a1bc0f352251a187460a..9262a6cf4ad845bf37a7911e8d686c216481cc3d 100644 (file)
@@ -108,12 +108,12 @@ This is useful if the Primary is also PowerDNS as the serial may not be
 increased although signatures are updated. To compare also the RRSIGs,
 PowerDNS sets the DO flag when querying the SOA on the Primary. Setting
 the DO flag may trigger truncated responses and the SOA check should
-fall-back to TCP. As this fall-back is currently not supported in
+fall back to TCP. As this fallback is not currently supported in
 PowerDNS, freshness checks may fail. If it is known that the Primary
 always increases the serial on signature changes, signature comparison
 can be turned off by disabling
 :ref:`setting-compare-signatures-on-zone-freshness-check`. This will disable
-the DO flag and should work around the truncate issue.
+the DO flag and should work around the issue with truncate.
 
 When the freshness of a domain cannot be checked, e.g. because the
 master is offline, PowerDNS will retry the domain after
index ed4d4904b39e34aa6954defbe4c13344fffb4a3c..02ff15a51b34507b8f47e6c0a69186928696b753 100644 (file)
@@ -284,7 +284,7 @@ documentation on how to modify unit-files).
 -  Default: yes
 
 Turning this off will disable the DO flag for SOA queries during zone freshness checks of secondary zones
-to workaround truncated SOA responses. It will also disable signature comparison which are used to detect
+to work around truncated SOA responses. It will also disable signature comparison which is used to detect
 signature changes even when the serial was not increased. Hence, disable this setting only if the Primary
 name server always increases the serial on signature changes.