diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-21 12:01:54 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-21 12:01:54 +0000 |
commit | 7804fb63eb0b6fb6c4f9108cfafbf1af74e20e7b (patch) | |
tree | eb2b1db9e9e2c5260f5ff26901a931341d32b5d2 /fetchmail.man | |
parent | 43379c52c932c8d3bf01abb5e2157316ce5a1365 (diff) | |
download | fetchmail-7804fb63eb0b6fb6c4f9108cfafbf1af74e20e7b.tar.gz fetchmail-7804fb63eb0b6fb6c4f9108cfafbf1af74e20e7b.tar.bz2 fetchmail-7804fb63eb0b6fb6c4f9108cfafbf1af74e20e7b.zip |
Fix thinko, TLS is Transport (rather than transaction) layer security.
svn path=/branches/BRANCH_6-3/; revision=4749
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 0212ca38..92cb5a96 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1004,7 +1004,7 @@ password en clair) whenever the server returns AUTH=NTLM in its capability response. Specify a user option value that looks like \&'user@domain': the part to the left of the @ will be passed as the username and the part to the right as the NTLM domain. -.SS Secure Socket Layers (SSL) and Transaction Layer Security (TLS) +.SS Secure Socket Layers (SSL) and Transport Layer Security (TLS) .PP You can access SSL encrypted services by specifying the \-\-ssl option. You can also do this using the "ssl" user option in the .fetchmailrc |