diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 9c0728fb0c..3866a01ae4 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -4811,6 +4811,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
require-server-cookie yes_or_no;
cookie-algorithm secret_string;
cookie-secret secret_string;
+ nocookie-udp-size number ;
request-nsid yes_or_no;
rfc2308-type1 yes_or_no;
use-id-pool yes_or_no;
@@ -6570,6 +6571,19 @@ options {
+
+ nocookie-udp-size
+
+
+ Sets the maximum size of UDP responses that will be
+ sent to queries without a valid server COOKIE. A value
+ below 128 will be silently raised to 128. The default
+ value is 4096, but the max-udp-size
+ option may further limit the response size.
+
+
+
+
sit-secret
@@ -10878,7 +10892,6 @@ example.com CNAME rpz-tcp-only.
edns yes_or_no ;
edns-udp-size number ;
edns-version number ;
- nocookie-udp-size number ;
max-udp-size number ;
tcp-only yes_or_no ;
transfers number ;
@@ -11043,14 +11056,6 @@ example.com CNAME rpz-tcp-only.
that is blocking large replies from named.
-
- The nocookie-udp-size option sets the
- maximum size of UDP responses that will be sent to
- queries without a valid server COOKIE. The command
- max-udp-size option may further limit
- the response size.
-
-
The tcp-only option sets the transport
protocol to TCP. The default is to use the UDP transport