diff --git a/CHANGES b/CHANGES
index 518332d120..f5d8da16c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3926. [doc] Added doc for geoip-directory. [RT #36877]
+
3925. [bug] DS lookup of RFC 1918 empty zones failed. [RT #36917]
3924. [bug] Improve 'rndc addzone' error reporting. [RT #35187]
diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 71518ce507..7562a331ed 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -4779,6 +4779,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
hostname hostname_string;
server-id server_id_string;
directory path_name;
+ geoip-directory path_name;
key-directory path_name;
managed-keys-directory path_name;
named-xfer path_name;
@@ -5160,6 +5161,21 @@ badresp:1,adberr:0,findfail:0,valfail:0]
+
+ geoip-directory
+
+
+ Specifies the directory containing GeoIP
+ .dat database files for GeoIP
+ initialization. By default, this option is unset
+ and the GeoIP support will use libGeoIP's
+ built-in directory.
+ (For details, see about the
+ geoip ACL.)
+
+
+
+
key-directory