Add missing newline.

v0.3
Martin Dosch 2 years ago
parent 98624459b1
commit db3d9feb86

@ -14,7 +14,9 @@ port: [\fIjabber_port\fR]
.br
password: [\fIyour_jabber_password\fR]
.br
eval_password: [\fIcommand_to_unlock_your_password\fR] resource: [\fIyour_resource\fR]
eval_password: [\fIcommand_to_unlock_your_password\fR]
.br
resource: [\fIyour_resource\fR]
.SH "REQUIRED SETTINGS"
If all necessary settings are supplied as command line arguments no config file is needed at all\. Setting \fBjserver\fR and \fBport\fR might not be necessary depending on the used server\.
.br

@ -87,7 +87,7 @@ specified with -f or --file. The configuration file is expected to be in the fol
jserver: [<var>jabber_server</var>] <br>
port: [<var>jabber_port</var>] <br>
password: [<var>your_jabber_password</var>] <br>
eval_password: [<var>command_to_unlock_your_password</var>]
eval_password: [<var>command_to_unlock_your_password</var>] <br>
resource: [<var>your_resource</var>]</p>
<h2 id="REQUIRED-SETTINGS">REQUIRED SETTINGS</h2>
@ -112,7 +112,7 @@ License: BSD 2-clause License</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><a class="man-ref" href="go-sendxmpp.1.html">go-sendxmpp<span class="s">(1)</span></a>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<p><span class="man-ref">go-sendxmpp<span class="s">(1)</span></span>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>

@ -13,7 +13,7 @@ username: [<your_jid>]
jserver: [<jabber_server>]
port: [<jabber_port>]
password: [<your_jabber_password>]
eval_password: [<command_to_unlock_your_password>]
eval_password: [<command_to_unlock_your_password>]
resource: [<your_resource>]
## REQUIRED SETTINGS

Loading…
Cancel
Save