diff --git a/ChangeLog.txt b/ChangeLog.txt
index bf7e0fb2..18f21359 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -6,7 +6,7 @@ Broker:
- Remove requirement to use `user root` in snap package config files.
- Fix retained messages not sent by bridges on outgoing topics at the first
connection. Closes #701.
-- Minor documentation fixes. Closes #520.
+- Documentation fixes. Closes #520, #600.
- Fix duplicate clients being added to by_id hash before the old client was
removed. Closes #645.
diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml
index e5901c77..a6bf0c99 100644
--- a/man/mosquitto.conf.5.xml
+++ b/man/mosquitto.conf.5.xml
@@ -195,6 +195,17 @@
Reloaded on reload signal.
+
+ [ true | false ]
+
+ MQTT 3.1.1 allows clients to connect with a zero
+ length client id and have the broker generate a client
+ id for them. Use this option to allow/disallow this
+ behaviour. Defaults to true.
+ See also the option.
+ Reloaded on reload signal.
+
+ value
@@ -244,6 +255,17 @@
Not currently reloaded on reload signal.
+
+ prefix
+
+ If is
+ true, this option allows you
+ to set a string that will be prefixed to the
+ automatically generated client ids to aid visibility in
+ logs. Defaults to no prefix.
+ Reloaded on reload signal.
+
+ seconds