]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing link anchor for dlz search statement
authorPetr Špaček <pspacek@isc.org>
Thu, 30 Jun 2022 11:28:09 +0000 (13:28 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 1 Jul 2022 06:59:23 +0000 (08:59 +0200)
doc/arm/dlz.inc.rst

index ed4c93d5bdb838ebe499505be207adba6232c713..cae251311e4cad9a2a1bad3a25bb4f9ad04a3e5f 100644 (file)
@@ -46,9 +46,13 @@ A DLZ database is configured with a ``dlz`` statement in :iscman:`named.conf`:
 
 This specifies a DLZ module to search when answering queries; the module
 is implemented in ``driver.so`` and is loaded at runtime by the dlopen
-DLZ driver. Multiple ``dlz`` statements can be specified; when answering
-a query, all DLZ modules with ``search`` set to ``yes`` are queried
-to see whether they contain an answer for the query name. The best
+DLZ driver. Multiple ``dlz`` statements can be specified.
+
+
+.. namedconf:statement:: search
+
+When answering a query, all DLZ modules with ``search`` set to ``yes`` are
+queried to see whether they contain an answer for the query name. The best
 available answer is returned to the client.
 
 The ``search`` option in the above example can be omitted, because