Remove old man page references.

Thanks to Karl Palsson.

Closes #1266.
pull/1304/head
Roger A. Light 6 years ago
parent b4dfeb3767
commit bd34d8c9cd

@ -31,6 +31,10 @@ Clients:
- Fix MQTT v5 clients not being able to specify a password without a username. - Fix MQTT v5 clients not being able to specify a password without a username.
Closes #1274. Closes #1274.
Documentation:
- Remove references to Python binding and C++ wrapper in libmosquitto man
page. Closes #1266.
1.6.2 - 20190430 1.6.2 - 20190430
================ ================

@ -18,11 +18,10 @@
<title>Description</title> <title>Description</title>
<para>This is an overview of how to use libmosquitto to create MQTT <para>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 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 functions described here in the future.</para>
libmosquitto for C++ and a Python implementation. They are not <para>This man page is woefully incomplete, please see the comments
documented here but operate in a similar way.</para> in mosquitto.h for missing functions and a description of the
<para>This is fairly incomplete, please see mosquitto.h for a better functions.</para>
description of the functions.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>

Loading…
Cancel
Save