From: Evan Hunt Date: Wed, 21 Jan 2015 19:08:11 +0000 (-0800) Subject: [master] reformat response-policy grammar X-Git-Tag: v9.11.0a1~1082^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b892b31f75414351afd99ba0d795017283f382cb;p=thirdparty%2Fbind9.git [master] reformat response-policy grammar There was an overly long line that ran off the end of the page in the PDF; also missing semicolons and close brace. --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index b7dbe4409e7..fcbcb68c2fe 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -5010,15 +5010,14 @@ badresp:1,adberr:0,findfail:0,valfail:0] } ; response-policy { zone zone_name ; - policy given | disabled | passthru | drop | tcp-only | nxdomain | nodata | cname domain - recursive-only yes_or_no - max-policy-ttl number ; - } - recursive-only yes_or_no - max-policy-ttl number - break-dnssec yes_or_no - min-ns-dots number - qname-wait-recurse yes_or_no ; + policy (given | disabled | passthru | drop | + tcp-only | nxdomain | nodata | cname domain) ; + recursive-only yes_or_no ; + max-policy-ttl number ; + break-dnssec yes_or_no ; + min-ns-dots number ; + qname-wait-recurse yes_or_no + } ; };