diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index db5877c0b0..1b396fc517 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -7794,18 +7794,20 @@ avoid-v6-udp-ports {};
-
- notify-rate
-
-
- The rate at which NOTIFY requests will be sent
- during normal zone maintenance operations. (NOTIFY
- requests due to initial zone loading are subject
- to a separate rate limit; see below.) The default is
- 20 per second.
-
-
-
+
+ notify-rate
+
+
+ The rate at which NOTIFY requests will be sent
+ during normal zone maintenance operations. (NOTIFY
+ requests due to initial zone loading are subject
+ to a separate rate limit; see below.) The default is
+ 20 per second.
+ The lowest possible rate is one per second; when set
+ to zero, it will be silently raised to one.
+
+
+
startup-notify-rate
@@ -7815,6 +7817,8 @@ avoid-v6-udp-ports {};
when the name server is first starting up, or when
zones have been newly added to the nameserver.
The default is 20 per second.
+ The lowest possible rate is one per second; when set
+ to zero, it will be silently raised to one.
@@ -7832,6 +7836,8 @@ avoid-v6-udp-ports {};
serial-query-rate option, an
integer, is the maximum number of queries sent
per second. The default is 20 per second.
+ The lowest possible rate is one per second; when set
+ to zero, it will be silently raised to one.