From 46129011282551d153999de1e24c2a52c061d587 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 30 Nov 2022 09:52:28 +0000 Subject: [PATCH] Typos --- man/mosquitto_pub.1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/mosquitto_pub.1.xml b/man/mosquitto_pub.1.xml index 74d21578..a1223b49 100644 --- a/man/mosquitto_pub.1.xml +++ b/man/mosquitto_pub.1.xml @@ -723,7 +723,7 @@ Wills - mosquitto_sub can register a message with the broker that will be + mosquitto_pub can register a message with the broker that will be sent out if it disconnects unexpectedly. See mqtt7 for more information. @@ -795,7 +795,7 @@ Exit Status - mosquitto_sub returns zero on success, or non-zero on error. If + mosquitto_pub returns zero on success, or non-zero on error. If the connection is refused by the broker at the MQTT level, then the exit code is the CONNACK reason code. If another error occurs, the exit code is a libmosquitto return value.