aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-18 15:34:16 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-18 15:34:16 -0400
commitca2cd00fe75863002145afcbfad1fe03f6258cfc (patch)
tree6699de430d93fddf3a682f838af0f4c81c1dcaba /doc
parentb8208509f47301bcb03bc222f5e5765833478250 (diff)
Fix scdoc & gofmt issues
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd12
-rw-r--r--doc/aerc-imap.5.scd12
-rw-r--r--doc/aerc-smtp.5.scd12
3 files changed, 18 insertions, 18 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index ecf7720..d8b1fc7 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -145,10 +145,10 @@ Note that many of these configuration options are written for you, such as
- *aerc-smtp*(5)
*outgoing_cred_cmd*
- Specifies an optional command that is run to get the outgoing account's
- password. See each protocol's man page for more details:
+ Specifies an optional command that is run to get the outgoing account's
+ password. See each protocol's man page for more details:
- - *aerc-smtp*(5)
+ - *aerc-smtp*(5)
*source*
Specifies the source for reading incoming emails on this account. This key
@@ -161,10 +161,10 @@ Note that many of these configuration options are written for you, such as
Default: none
*source_cred_cmd*
- Specifies an optional command that is run to get the source account's
- password. See each protocol's man page for more details:
+ Specifies an optional command that is run to get the source account's
+ password. See each protocol's man page for more details:
- - *aerc-imap*(5)
+ - *aerc-imap*(5)
# BINDS.CONF
diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd
index d676c7c..68c9357 100644
--- a/doc/aerc-imap.5.scd
+++ b/doc/aerc-imap.5.scd
@@ -36,14 +36,14 @@ available:
IMAP with TLS/SSL
*source_cred_cmd*
- Specifies the command to run to get the password for the IMAP
- account. This command will be run using `sh -c [command]`. If a
- password is specified in the *source* option, the password will
- take precedence over this command.
+ Specifies the command to run to get the password for the IMAP
+ account. This command will be run using `sh -c [command]`. If a
+ password is specified in the *source* option, the password will
+ take precedence over this command.
- Example:
+ Example:
- `pass hostname/username`
+ pass hostname/username
# SEE ALSO
diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd
index 17eb627..bcddfe1 100644
--- a/doc/aerc-smtp.5.scd
+++ b/doc/aerc-smtp.5.scd
@@ -40,14 +40,14 @@ available:
default behavior.
*outgoing_cred_cmd*
- Specifies the command to run to get the password for the SMTP
- account. This command will be run using `sh -c [command]`. If a
- password is specified in the *outgoing* option, the password will
- take precedence over this command.
+ Specifies the command to run to get the password for the SMTP
+ account. This command will be run using `sh -c [command]`. If a
+ password is specified in the *outgoing* option, the password will
+ take precedence over this command.
- Example:
+ Example:
- `pass hostname/username`
+ pass hostname/username
# SEE ALSO