]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix a typo in the 'semantics' section of the hooks documentation 11217/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 20 Jan 2022 09:40:21 +0000 (10:40 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 20 Jan 2022 09:40:21 +0000 (10:40 +0100)
pdns/recursordist/docs/lua-scripting/hooks.rst

index 68d1e18f0893a9c85d1fd5104313929ab38bfa79..1fe3ba3f3c90474ae2fadbcc27748eb7b0c16068 100644 (file)
@@ -221,7 +221,7 @@ An interesting rcode is NXDOMAIN (3, or ``pdns.NXDOMAIN``), which specifies the
 
 The :func:`ipfilter` and :func:`preoutquery` hooks are different, in that :func:`ipfilter` can only return a true of false value, and that :func:`preoutquery` can also set rcode -3 to signify that the whole query should be terminated.
 
-The func:`policyEventFilter` has a different meaning as well, where returning true means that the policy hit should be ignored and normal processing should be resumed.
+The :func:`policyEventFilter` has a different meaning as well, where returning true means that the policy hit should be ignored and normal processing should be resumed.
 
 A minimal sample script: