summaryrefslogtreecommitdiffstats
path: root/doc/man1/s_client.pod
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2016-11-17 17:16:50 +0100
committerRich Salz <rsalz@openssl.org>2016-11-18 07:37:41 -0500
commit9576545a51c76d944318283461d55ac28a0bfbfc (patch)
tree546e1fb1dae4082f9681f83ba9e8986a60084884 /doc/man1/s_client.pod
parent5defbe6f3892577af5811e12809233e7f8a69830 (diff)
Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1945)
Diffstat (limited to 'doc/man1/s_client.pod')
-rw-r--r--doc/man1/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 03b5cdaf8e..2ebd6822b8 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -437,7 +437,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", "ftp", "xmpp", "xmpp-server",
-"irc" and "postgres."
+"irc", "postgres" and "lmtp".
=item B<-xmpphost hostname>