diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-18 15:46:51 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-04-18 15:46:51 +0000 |
commit | 78e5d0ff6551bb60ac6ff23438e046330d4a2d67 (patch) | |
tree | d5065e76170279f4091e922f7f9457e81e961c7c /lib | |
parent | 55d541a8bcd6fe18bd387925b5b8e86f32173787 (diff) |
Document support for "openssl s_client -starttls lmtp"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/doc/apps/s_client.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/apps/s_client.pod b/lib/libssl/src/doc/apps/s_client.pod index 3215b2e8c96..445260d91a7 100644 --- a/lib/libssl/src/doc/apps/s_client.pod +++ b/lib/libssl/src/doc/apps/s_client.pod @@ -209,7 +209,7 @@ command for more information. send the protocol-specific message(s) to switch to TLS for communication. B<protocol> is a keyword for the intended protocol. Currently, the only -supported keywords are "smtp", "pop3", "imap", and "ftp". +supported keywords are "smtp", "lmtp", "pop3", "imap", and "ftp". =item B<-tlsextdebug> |