diff --git a/CHANGES b/CHANGES
index b56133b3d8..1fce02e286 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3985. [doc] Describe how +ndots and +search interact in dig.
+ [RT #37529]
+
3982. [doc] Include release notes in product documentation.
[RT #37272]
diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook
index 89d766b541..53ab0c6e9f 100644
--- a/bin/dig/dig.docbook
+++ b/bin/dig/dig.docbook
@@ -624,7 +624,8 @@
are interpreted as relative names and will be searched
for in the domains listed in the
or directive in
- /etc/resolv.conf.
+ /etc/resolv.conf if
+ is set.
@@ -731,6 +732,13 @@
resolv.conf (if any). The search
list is not used by default.
+
+ 'ndots' from resolv.conf (default 1)
+ which may be overridden by +ndots
+ determines if the name will be treated as relative
+ or not and hence whether a search is eventually
+ performed or not.
+