diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-10 22:41:56 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:20:41 +0100 |
commit | eb60cecd3c813372ed618751fe5c77229d26df76 (patch) | |
tree | e804f1c063ca96b3733fd16d50f909a973ae3bc8 /doc | |
parent | dc7282c9b9ee45fbc457f1d17cf8368fb9d36926 (diff) |
documentation: improve wording.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/interimap.1.md | 4 | ||||
-rw-r--r-- | doc/pullimap.1.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/interimap.1.md b/doc/interimap.1.md index 54c3dcf..2d2a637 100644 --- a/doc/interimap.1.md +++ b/doc/interimap.1.md @@ -329,8 +329,8 @@ Valid options are: *proxy* -: An optional SOCKS proxy to use for TCP connections to the IMAP - server (`type=imap` and `type=imaps` only), formatted as +: Optional SOCKS proxy to use for TCP connections to the IMAP server + (`type=imap` and `type=imaps` only), formatted as `PROTOCOL://[USER:PASSWORD@]PROXYHOST[:PROXYPORT]`. If `PROXYPORT` is omitted, it is assumed at port 1080. Only [SOCKSv5][RFC 1928] is supported (with optional diff --git a/doc/pullimap.1.md b/doc/pullimap.1.md index fb3a73b..c9500e0 100644 --- a/doc/pullimap.1.md +++ b/doc/pullimap.1.md @@ -151,8 +151,8 @@ Valid options are: *proxy* -: An optional SOCKS proxy to use for TCP connections to the IMAP - server (`type=imap` and `type=imaps` only), formatted as +: Optional SOCKS proxy to use for TCP connections to the IMAP server + (`type=imap` and `type=imaps` only), formatted as `PROTOCOL://[USER:PASSWORD@]PROXYHOST[:PROXYPORT]`. If `PROXYPORT` is omitted, it is assumed at port 1080. Only [SOCKSv5][RFC 1928] is supported (with optional |