From bd34d8c9cd01d0e34072f3f1737eff870be03525 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 22 May 2019 09:45:02 +0100 Subject: [PATCH] Remove old man page references. Thanks to Karl Palsson. Closes #1266. --- ChangeLog.txt | 4 ++++ man/libmosquitto.3.xml | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c64373ea..fa89062a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -31,6 +31,10 @@ Clients: - Fix MQTT v5 clients not being able to specify a password without a username. Closes #1274. +Documentation: +- Remove references to Python binding and C++ wrapper in libmosquitto man + page. Closes #1266. + 1.6.2 - 20190430 ================ diff --git a/man/libmosquitto.3.xml b/man/libmosquitto.3.xml index 0048ee4a..1aa308ad 100644 --- a/man/libmosquitto.3.xml +++ b/man/libmosquitto.3.xml @@ -18,11 +18,10 @@ Description This is an overview of how to use libmosquitto to create MQTT aware client programs. There may be separate man pages on each of the - functions described here in the future. There is also a binding for - libmosquitto for C++ and a Python implementation. They are not - documented here but operate in a similar way. - This is fairly incomplete, please see mosquitto.h for a better - description of the functions. + functions described here in the future. + This man page is woefully incomplete, please see the comments + in mosquitto.h for missing functions and a description of the + functions.