Compile updated manpage.

This commit is contained in:
Martin Dosch 2020-10-01 18:57:42 +02:00
parent e5c1f4f51a
commit 740f7f73b2
2 changed files with 14 additions and 8 deletions

View File

@ -6,7 +6,15 @@
.SH "LOCATION"
The account data is expected at ~/\.config/go\-sendxmpp/sendxmpprc (preferred) or ~/\.sendxmpprc (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \-f or \-\-file\. \fBjserver\fR and \fBport\fR might not be necessary depending on the used server\. The configuration file is expected to be in the following format:
.SH "FORMAT"
\fBusername: [<your_jid>] jserver: [<jabber_server>] port: [<jabber_port>] password: [<your_jabber_password>] eval_password: <command_to_unlock_your_password>\fR
username: [\fIyour_jid\fR]
.br
jserver: [\fIjabber_server\fR]
.br
port: [\fIjabber_port\fR]
.br
password: [\fIyour_jabber_password\fR]
.br
eval_password: \fIcommand_to_unlock_your_password\fR
.P
You should either use a password manager and the setting \fBeval_password\fR (recommended) or add your password in plaintext to the config file with the setting \fBpassword\fR\.
.SH "AUTHOR"

View File

@ -83,13 +83,11 @@ server. The configuration file is expected to be in the following format:</p>
<h2 id="FORMAT">FORMAT</h2>
<p><code>
username: [&lt;your_jid&gt;]
jserver: [&lt;jabber_server&gt;]
port: [&lt;jabber_port&gt;]
password: [&lt;your_jabber_password&gt;]
eval_password: &lt;command_to_unlock_your_password&gt;
</code></p>
<p>username: [<var>your_jid</var>] <br>
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></p>
<p>You should either use a password manager and the setting <code>eval_password</code> (recommended) or add
your password in plaintext to the config file with the setting <code>password</code>.</p>