Formatting plus whitespace tidy

pull/2768/head
Roger A. Light 3 years ago
parent e85e43c633
commit 7f0cd48921

@ -17,15 +17,15 @@
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>mosquitto</command> <command>mosquitto</command>
<arg>-c <replaceable>config file</replaceable></arg> <arg><option>-c</option> <replaceable>config file</replaceable></arg>
<group> <group>
<arg choice='plain'>-d</arg> <arg choice='plain'><option>-d</option></arg>
<arg choice='plain'>--daemon</arg> <arg choice='plain'><option>--daemon</option></arg>
</group> </group>
<arg>-p <replaceable>port number</replaceable></arg> <arg><option>-p</option> <replaceable>port number</replaceable></arg>
<arg>-q</arg> <arg><option>-q</option></arg>
<arg>-v</arg> <arg><option>-v</option></arg>
<arg>--tls-keylog <replaceable>file</replaceable></arg> <arg><option>--tls-keylog</option> <replaceable>file</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>

@ -488,7 +488,8 @@
When using the JSON output format %j or %J, the default When using the JSON output format %j or %J, the default
is to print in an unformatted fashion. Specifying is to print in an unformatted fashion. Specifying
<option>--pretty</option> prints messages in a prettier, <option>--pretty</option> prints messages in a prettier,
more human readable format.</para> more human readable format.
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

Loading…
Cancel
Save