From: Evan Hunt Date: Thu, 6 Dec 2012 21:59:30 +0000 (-0800) Subject: [master] minor doc fix X-Git-Tag: v9.10.0a1~677^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3e7aa395774dfb23fe36a30a70b13624487d37b8;p=thirdparty%2Fbind9.git [master] minor doc fix --- diff --git a/doc/arm/dlz.xml b/doc/arm/dlz.xml index d74bcf4ecae..abe03cc7362 100644 --- a/doc/arm/dlz.xml +++ b/doc/arm/dlz.xml @@ -75,24 +75,24 @@ set to yes will be queried to find out if they contain an answer for the query name; the best available answer will be returned to the client. - - - The option in the above example can be - omitted, because yes is the default value. - - - If is set to no, then - this DLZ module is not searched for the best - match when a query is received. Instead, zones in this DLZ must be - separately specified in a zone statement. This allows you to - configure a zone normally using standard zone option semantics, - but specify a different database back-end for storage of the - zone's data. For example, to implement NXDOMAIN redirection using - a DLZ module for back-end storage of redirection rules: - - + + + The option in the above example can be + omitted, because yes is the default value. + + + If is set to no, then + this DLZ module is not searched for the best + match when a query is received. Instead, zones in this DLZ must be + separately specified in a zone statement. This allows you to + configure a zone normally using standard zone option semantics, + but specify a different database back-end for storage of the + zone's data. For example, to implement NXDOMAIN redirection using + a DLZ module for back-end storage of redirection rules: + + dlz other { - database "dlopen driver.so "; + database "dlopen driver.so "; search no; };