]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix two small nits on the documentation
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 30 Mar 2018 08:53:45 +0000 (10:53 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 30 Mar 2018 08:53:45 +0000 (10:53 +0200)
pdns/dnsdistdist/docs/guides/downstreams.rst
pdns/dnsdistdist/docs/reference/config.rst

index 47666517a118d2eb20de72bd752ca5dd77505901..2c2b50af49b64642a056e782a66c3f170f53a7ee 100644 (file)
@@ -44,6 +44,7 @@ representing the QName, QType and QClass of the health check query as well as th
 representing the new QName, QType and QClass, and can directly modify the ``DNSHeader`` object.
 
 The following example sets the CD flag to true and change the QName to "powerdns.com." and the QType to AAAA while keeping the initial QClass.
+
 .. code-block:: lua
 
     function myHealthCheck(qname, qtype, qclass, dh)
index 4a82a030a81501d322fb7ff1d4105c0f1ac43eef..f1989ec576df0a9212f10e95225a0d7085cd1fdc 100644 (file)
@@ -784,7 +784,7 @@ faster than the existing rules.
 
 .. function:: dynBlockRulesGroup() -> DynBlockRulesGroup
 
-  .. versionaddeded:: 1.3.0
+  .. versionadded:: 1.3.0
 
   Creates a new :class:`DynBlockRulesGroup` object.