From f1f0396d86decce5a8196b8048520cf98d7dc8cb Mon Sep 17 00:00:00 2001 From: Roger Light Date: Fri, 9 Apr 2021 22:54:36 +0100 Subject: [PATCH] Fix links in man pages. --- man/mosquitto.8.xml | 17 +++++++++-------- man/mosquitto.conf.5.xml | 8 ++++---- man/mosquitto_ctrl.1.xml | 4 ++-- man/mosquitto_passwd.1.xml | 2 +- man/mosquitto_pub.1.xml | 10 +++++----- man/mosquitto_rr.1.xml | 12 ++++++------ man/mosquitto_sub.1.xml | 14 +++++++------- 7 files changed, 34 insertions(+), 33 deletions(-) diff --git a/man/mosquitto.8.xml b/man/mosquitto.8.xml index fe2b2d9d..2a443224 100644 --- a/man/mosquitto.8.xml +++ b/man/mosquitto.8.xml @@ -41,7 +41,8 @@ Load configuration from a file. If not given, then the broker will listen on port 1883 bound to the loopback interface, - and the default values as described in mosquitto.conf5 + and the default values as described in + mosquitto.conf5 are used. See the option for a description of changes in behaviour from 1.6.x to 2.0. @@ -83,10 +84,10 @@ Configuration The broker can be configured using a configuration file as described in - mosquitto.conf5 + mosquitto.conf5 and this is the main point of information for mosquitto. The files required for SSL/TLS support are described in - mosquitto-tls7. + mosquitto-tls7. @@ -308,7 +309,7 @@ dropped due to inflight/queuing limits. See the max_inflight_messages and max_queued_messages options in - mosquitto.conf5 + mosquitto.conf5 for more information. @@ -415,7 +416,7 @@ local to each broker. For information on configuring bridges, see - mosquitto.conf5. + mosquitto.conf5. @@ -429,7 +430,7 @@ the argument was provided when mosquitto was started. Not all configuration parameters can be reloaded without restarting. See - mosquitto.conf5 + mosquitto.conf5 for details. If TLS certificates are in use, then mosquitto will also reload certificate on receiving a SIGHUP. @@ -461,7 +462,7 @@ /etc/mosquitto/mosquitto.conf - Configuration file. See mosquitto.conf5. + Configuration file. See mosquitto.conf5. @@ -474,7 +475,7 @@ /etc/hosts.allow /etc/hosts.deny - Host access control via tcp-wrappers as described in hosts_access5. + Host access control via tcp-wrappers as described in hosts_access5. diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index df110954..4778f775 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -26,7 +26,7 @@ mosquitto. This file can reside anywhere as long as mosquitto can read it. By default, mosquitto does not need a configuration file and will use the default values listed below. See - mosquitto8 + mosquitto8 for information on how to load a configuration file. @@ -737,7 +737,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S Set the path to a password file. If defined, the contents of the file are used to control client access to the broker. The file can be created using the - mosquitto_passwd1 + mosquitto_passwd1 utility. If mosquitto is compiled without TLS support (it is recommended that TLS support is included), then the password file should be a text file with each line @@ -765,7 +765,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S Clients that are already connected will not be affected. See also - mosquitto_passwd1 and + mosquitto_passwd1 and @@ -1107,7 +1107,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S to have "unlimited" connections. Note that other limits may be imposed that are outside the control of mosquitto. See e.g. - limits.conf5. + limits.conf. Not reloaded on reload signal. diff --git a/man/mosquitto_ctrl.1.xml b/man/mosquitto_ctrl.1.xml index e86180d9..053a0bce 100644 --- a/man/mosquitto_ctrl.1.xml +++ b/man/mosquitto_ctrl.1.xml @@ -191,7 +191,7 @@ An openssl compatible list of TLS ciphers to support in the client. See - ciphers1 + ciphers1 for more information. @@ -375,7 +375,7 @@ More SOCKS versions may be available in the future, depending on demand, and will use different protocol prefixes as described in - curl + curl 1 . diff --git a/man/mosquitto_passwd.1.xml b/man/mosquitto_passwd.1.xml index 876e7344..bd90fa51 100644 --- a/man/mosquitto_passwd.1.xml +++ b/man/mosquitto_passwd.1.xml @@ -50,7 +50,7 @@ password files for the mosquitto MQTT broker. Usernames must not contain ":". Passwords are stored in a similar format to - crypt3. + crypt3. diff --git a/man/mosquitto_pub.1.xml b/man/mosquitto_pub.1.xml index adb2e2f0..073acdbd 100644 --- a/man/mosquitto_pub.1.xml +++ b/man/mosquitto_pub.1.xml @@ -195,7 +195,7 @@ An openssl compatible list of TLS ciphers to support in the client. See - ciphers1 + ciphers1 for more information. @@ -413,7 +413,7 @@ More SOCKS versions may be available in the future, depending on demand, and will use different protocol prefixes as described in - curl + curl 1 . @@ -458,7 +458,7 @@ If retain is given, the message will be retained as a "last known good" value on the broker. See - mqtt7 + mqtt7 for more information. Note that zero length payloads are never retained. If you send a zero length payload retained message it will clear any retained @@ -515,7 +515,7 @@ - The MQTT topic on which to publish the message. See mqtt7 for more information on MQTT topics. + The MQTT topic on which to publish the message. See mqtt7 for more information on MQTT topics. @@ -662,7 +662,7 @@ Wills mosquitto_sub can register a message with the broker that will be sent out if it disconnects unexpectedly. See - mqtt7 + mqtt7 for more information. The minimum requirement for this is to use to specify which topic the will should be sent out on. This will result in diff --git a/man/mosquitto_rr.1.xml b/man/mosquitto_rr.1.xml index a62fbc72..7091abd4 100644 --- a/man/mosquitto_rr.1.xml +++ b/man/mosquitto_rr.1.xml @@ -206,7 +206,7 @@ An openssl compatible list of TLS ciphers to support in the client. See - ciphers1 + ciphers1 for more information. @@ -455,7 +455,7 @@ More SOCKS versions may be available in the future, depending on demand, and will use different protocol prefixes as described in - curl + curl 1 . @@ -483,7 +483,7 @@ Specify the quality of service desired for the incoming messages, from 0, 1 and 2. Defaults to 0. See - mqtt7 + mqtt7 for more information on QoS. The QoS is identical for all topics subscribed to in a single instance of mosquitto_rr. @@ -703,7 +703,7 @@ related to the MQTT message being printed, or are helper sequences to avoid the need to type long date format strings for example. Sequences starting with are passed to the - strftime3 + strftime3 function (with the @ replaced with a % - note that only the character immediately after the @ is passed to strftime). This allows the construction of a wide variety of time based outputs. @@ -784,7 +784,7 @@ a null character. Can be used to separate different parameters that may contain spaces (e.g. topic, payload) so that processing with tools such as - xargs1 + xargs1 is easier. alert/bell. the escape sequence, which can @@ -802,7 +802,7 @@ Wills mosquitto_rr can register a message with the broker that will be sent out if it disconnects unexpectedly. See - mqtt7 + mqtt7 for more information. The minimum requirement for this is to use to specify which topic the will should be sent out on. This will result in diff --git a/man/mosquitto_sub.1.xml b/man/mosquitto_sub.1.xml index 58b9187b..7c278d60 100644 --- a/man/mosquitto_sub.1.xml +++ b/man/mosquitto_sub.1.xml @@ -208,7 +208,7 @@ An openssl compatible list of TLS ciphers to support in the client. See - ciphers1 + ciphers1 for more information. @@ -455,7 +455,7 @@ More SOCKS versions may be available in the future, depending on demand, and will use different protocol prefixes as described in - curl + curl 1 . @@ -483,7 +483,7 @@ Specify the quality of service desired for the incoming messages, from 0, 1 and 2. Defaults to 0. See - mqtt7 + mqtt7 for more information on QoS. The QoS is identical for all topics subscribed to in a single instance of mosquitto_sub. @@ -591,7 +591,7 @@ mosquitto_sub -t 'bbc/#' -T bbc/bbc1 --remove-retained The MQTT topic to subscribe to. See - mqtt7 + mqtt7 for more information on MQTT topics. This option may be repeated to subscribe to multiple topics. @@ -826,7 +826,7 @@ mosquitto_sub -t 'bbc/#' -T bbc/bbc1 --remove-retained related to the MQTT message being printed, or are helper sequences to avoid the need to type long date format strings for example. Sequences starting with are passed to the - strftime3 + strftime3 function (with the @ replaced with a % - note that only the character immediately after the @ is passed to strftime). This allows the construction of a wide variety of time based outputs. @@ -960,7 +960,7 @@ mosquitto_sub -t 'bbc/#' -T bbc/bbc1 --remove-retained a null character. Can be used to separate different parameters that may contain spaces (e.g. topic, payload) so that processing with tools such as - xargs1 + xargs1 is easier. alert/bell. the escape sequence, which can @@ -978,7 +978,7 @@ mosquitto_sub -t 'bbc/#' -T bbc/bbc1 --remove-retained Wills mosquitto_sub can register a message with the broker that will be sent out if it disconnects unexpectedly. See - mqtt7 + mqtt7 for more information. The minimum requirement for this is to use to specify which topic the will should be sent out on. This will result in