From 94ae09589592f06664d96aef4359c0ef9821eb9d Mon Sep 17 00:00:00 2001 From: Pierre Fersing Date: Fri, 29 Dec 2017 13:54:08 +0100 Subject: [PATCH] Update man page for "remote_clientid" Fix occurent of old "clientid" option which was renamed in "remote_clientid". Signed-off-by: Pierre Fersing --- man/mosquitto.conf.5.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index 077a4d69..b291184c 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -1031,9 +1031,9 @@ Set the clientid to use on the local broker. If not defined, this defaults to - . If you are + . If you are bridging a broker to itself, it is important that - local_clientid and clientid do not match. + local_clientid and remote_clientid do not match. @@ -1059,7 +1059,7 @@ notification messages to the local and remote brokers giving information about the state of the bridge connection. Retained messages are published to the - topic $SYS/broker/connection/<clientid>/state + topic $SYS/broker/connection/<remote_clientid>/state unless otherwise set with s. If the message is 1 then the connection is active, or 0 if the @@ -1073,7 +1073,7 @@ Choose the topic on which notifications will be published for this bridge. If not set the messages will be sent on the topic - $SYS/broker/connection/<clientid>/state. + $SYS/broker/connection/<remote_clientid>/state.