diff --git a/CHANGES b/CHANGES
index fb2eb32c07..fa4e38e973 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3809. [doc] Fix NSID documentation.
+
3807. [bug] Fix sign extention bug in dns_name_fromtext when
lowercase is set. [RT #35743]
diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index d333134942..0815ef3683 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -9748,6 +9748,7 @@ ns.domain.com.rpz-nsdname CNAME .
bogus yes_or_no ;
provide-ixfr yes_or_no ;
request-ixfr yes_or_no ;
+ request-nsid yes_or_no ;
edns yes_or_no ;
edns-udp-size number ;
max-udp-size number ;
@@ -9954,6 +9955,13 @@ ns.domain.com.rpz-nsdname CNAME .
only query-source-v6 can be specified.
+
+ The request-nsid clause determines
+ whether the local server will add a NSID EDNS option
+ to requests sent to the server. This overrides
+ request-nsid set at the view or
+ option level.
+