From d3dd89da823f88234e53ba2bc260d49767a5d1d0 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 18 Apr 2021 09:10:27 +0100 Subject: [PATCH] Fix man page typos. --- man/mosquitto.conf.5.xml | 4 ++-- man/mosquitto_pub.1.xml | 2 +- man/mosquitto_rr.1.xml | 2 +- man/mosquitto_sub.1.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index 4778f775..f35e9062 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -120,7 +120,7 @@ <topic> includes a space character) - if not given then the access is read/write. <topic> can contain the + or # wildcards as in - subscriptions. The "deny" option can used to explicity + subscriptions. The "deny" option can used to explicitly deny access to a topic that would otherwise be granted by a broader read/write/readwrite statement. Any "deny" topics are handled before topics that grant read/write access. @@ -1119,7 +1119,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S used. Set to 0 or 1 to limit to those QoS values. This makes use of an MQTT v5 feature to notify clients of the limitation. MQTT v3.1.1 clients will - not be aware of the limitation. Clients publshing + not be aware of the limitation. Clients publishing to this listener with a too-high QoS will be disconnected. Not reloaded on reload signal. diff --git a/man/mosquitto_pub.1.xml b/man/mosquitto_pub.1.xml index 073acdbd..78d7e55a 100644 --- a/man/mosquitto_pub.1.xml +++ b/man/mosquitto_pub.1.xml @@ -371,7 +371,7 @@ Disable Nagle's algorithm for the socket. This means that latency of sent messages is reduced, which is - particularly noticable for small, reasonably infrequent + particularly noticeable for small, reasonably infrequent messages. Using this option may result in more packets being sent than would normally be necessary. diff --git a/man/mosquitto_rr.1.xml b/man/mosquitto_rr.1.xml index 7091abd4..34305372 100644 --- a/man/mosquitto_rr.1.xml +++ b/man/mosquitto_rr.1.xml @@ -403,7 +403,7 @@ Disable Nagle's algorithm for the socket. This means that latency of sent messages is reduced, which is - particularly noticable for small, reasonably infrequent + particularly noticeable for small, reasonably infrequent messages. Using this option may result in more packets being sent than would normally be necessary. diff --git a/man/mosquitto_sub.1.xml b/man/mosquitto_sub.1.xml index 7c278d60..0bf19f86 100644 --- a/man/mosquitto_sub.1.xml +++ b/man/mosquitto_sub.1.xml @@ -403,7 +403,7 @@ Disable Nagle's algorithm for the socket. This means that latency of sent messages is reduced, which is - particularly noticable for small, reasonably infrequent + particularly noticeable for small, reasonably infrequent messages. Using this option may result in more packets being sent than would normally be necessary.