From 3d92dcbbd945760c49c60919e2e2e8c4cbc2e9ea Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 7 Nov 2019 20:49:59 +0000 Subject: [PATCH] Make documentation for `mosquitto_pub -l` match reality Blank lines are sent as empty messages. Closes #1474. Thanks to majekw. --- ChangeLog.txt | 2 ++ man/mosquitto_pub.1.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 231458ff..f0871c87 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -26,6 +26,8 @@ Clients: - Fix `mosquitto_pub -l` hang when stdin stream ends. Closes #1448. - Fix `mosquitto_pub -l` not sending the final line of stdin if it does not end with a new line. Closes #1473. +- Make documentation for `mosquitto_pub -l` match reality - blank lines are + sent as empty messages. Closes #1474. Build: - Added `CLIENT_STATIC_LDADD` to makefile builds to allow more libraries to be diff --git a/man/mosquitto_pub.1.xml b/man/mosquitto_pub.1.xml index 88cd3041..a05a938f 100644 --- a/man/mosquitto_pub.1.xml +++ b/man/mosquitto_pub.1.xml @@ -338,7 +338,7 @@ - Send messages read from stdin, splitting separate lines into separate messages. Note that blank lines won't be sent. + Send messages read from stdin, splitting separate lines into separate messages.