Fix manpage formatting.

passwordmanager
Martin Dosch 4 years ago
parent 740f7f73b2
commit 39c321a12c

@ -14,7 +14,7 @@ port: [\fIjabber_port\fR]
.br
password: [\fIyour_jabber_password\fR]
.br
eval_password: \fIcommand_to_unlock_your_password\fR
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"

@ -87,7 +87,7 @@ server. The configuration file is expected to be in the following format:</p>
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>
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>

@ -14,7 +14,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>]
You should either use a password manager and the setting `eval_password` (recommended) or add
your password in plaintext to the config file with the setting `password`.

Loading…
Cancel
Save