diff --git a/CHANGES b/CHANGES
index b2cbd80795..4fd06eefae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5353. [doc] Document port and dscp parameters in forwarders
+ configuration option. [GL !914]
+
5352. [bug] Correctly handle catalog zone entries containing
characters that aren't legal in filenames. [GL #1592]
diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 224c6f8944..75731470c2 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -6866,9 +6866,11 @@ options {
forwarders
- Specifies the IP addresses to be used
- for forwarding. The default is the empty list (no
- forwarding).
+ Specifies a list of IP addresses to which queries shall be
+ forwarded. The default is the empty list (no forwarding).
+ Each address in the list can be associated with an optional
+ port number and/or DSCP value, and a default port number and
+ DSCP value can be set for the entire list.