diff options
author | Hubert Hirtz <hubert@hirtz.pm> | 2021-10-22 21:08:58 +0200 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-10-22 21:12:29 +0200 |
commit | 411d806f122de36b7f068168770378be54064c6f (patch) | |
tree | 170625f8932324845c05f0104cfa6f2686f332e1 | |
parent | Add an .editorconfig file (diff) |
doc: fix indentation and use _ instead of ` for keywords
-rw-r--r-- | doc/senpai.5.scd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/senpai.5.scd b/doc/senpai.5.scd index f8e70f8..88bebc2 100644 --- a/doc/senpai.5.scd +++ b/doc/senpai.5.scd @@ -34,12 +34,12 @@ Some settings are required, the others are optional. Your password, used for SASL authentication. See also *password-cmd*. *password-cmd* - Alternatively to providing your SASL authentication password directly in - plaintext, you can specify a command to be run to fetch the password at - runtime. This is useful if you store your passwords in a separate (probably - encrypted) file using `gpg` or a command line password manager such as - `pass` or `gopass`. If a *password-cmd* is provided, the value of *password* - will be ignored and the output of *password-cmd* will be used for login. + Alternatively to providing your SASL authentication password directly in + plaintext, you can specify a command to be run to fetch the password at + runtime. This is useful if you store your passwords in a separate (probably + encrypted) file using `gpg` or a command line password manager such as + _pass_ or _gopass_. If a *password-cmd* is provided, the value of *password* + will be ignored and the output of *password-cmd* will be used for login. *channels* A list of channel names that senpai will automatically join at startup and |