diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml
index 95d1582026..2867dc9647 100644
--- a/doc/guide/ddns.xml
+++ b/doc/guide/ddns.xml
@@ -152,7 +152,7 @@ strings path/kea-dhcp-ddns | sed -n 's/;;;; //p'
If the file already exists and contains the PID of a live process,
the server will issue a DHCP_DDNS_ALREADY_RUNNING log message and exit. It
is possible, though unlikely, that the file is a remnant of a system crash
- and the process to which the PID belongs is unrelated to Kea. In such a
+ and the process to which the PID belongs is unrelated to Kea. In such a
case it would be necessary to manually delete the PID file.
@@ -233,15 +233,15 @@ strings path/kea-dhcp-ddns | sed -n 's/;;;; //p'
- ncr_protocol - Packet format to use when sending requests to D2.
- Currently only JSON format is supported. Other formats may be available
- in future releases.
+ ncr_protocol - Socket protocol to use when sending requests to D2.
+ Currently only UDP is supported. TCP may be available in an upcoming
+ release.
- ncr_format - Socket protocol to use when sending requests to D2.
- Currently only UDP is supported. TCP may be available in an upcoming
- release.
+ ncr_format - Packet format to use when sending requests to D2.
+ Currently only JSON format is supported. Other formats may be available
+ in future releases.
diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml
index 0f6cdd4560..8d6d4a7ed5 100644
--- a/doc/guide/dhcp4-srv.xml
+++ b/doc/guide/dhcp4-srv.xml
@@ -1769,18 +1769,15 @@ It is merely echoed by the server
continue lease operations without running the risk that its memory usage
grows without limit. The default value is 1024.
-
- ncr-format - socket protocol use when sending requests to D2. Currently
+ ncr-protocol - socket protocol use when sending requests to D2. Currently
only UDP is supported. TCP may be available in an upcoming release.
-
- ncr-protocol - packet format to use when sending requests to D2.
+ ncr-format - packet format to use when sending requests to D2.
Currently only JSON format is supported. Other formats may be available
in future releases.
-
By default, kea-dhcp-ddns is assumed to be running on the same machine as kea-dhcp4, and
all of the default values mentioned above should be sufficient.
diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml
index 11002006b0..088428e328 100644
--- a/doc/guide/dhcp6-srv.xml
+++ b/doc/guide/dhcp6-srv.xml
@@ -1751,11 +1751,11 @@ should include options from the isc option space:
continue lease operations. The default value is 1024.
- ncr-format - Socket protocol use when sending requests to D2. Currently
+ ncr-protocol - Socket protocol use when sending requests to D2. Currently
only UDP is supported. TCP may be available in an upcoming release.
- ncr-protocol - Packet format to use when sending requests to D2.
+ ncr-format - Packet format to use when sending requests to D2.
Currently only JSON format is supported. Other formats may be available
in future releases.