From d6005488b8d11a5ab5142d80d75740db32133cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 30 Jun 2022 13:28:09 +0200 Subject: [PATCH] Add missing link anchor for dlz search statement (cherry picked from commit 40b3ce727c9d7a721902555ec3adee90d1d11bea) --- doc/arm/dlz.inc.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/arm/dlz.inc.rst b/doc/arm/dlz.inc.rst index ed4c93d5bd..cae251311e 100644 --- a/doc/arm/dlz.inc.rst +++ b/doc/arm/dlz.inc.rst @@ -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