summaryrefslogtreecommitdiffstats
path: root/doc/man1/s_client.pod
diff options
context:
space:
mode:
authorKeigo Tanaka <keigo.tanaka@gmail.com>2017-05-13 09:50:49 +0900
committerRich Salz <rsalz@openssl.org>2017-06-01 16:32:50 -0400
commita2d9cfbac5d87b03496d62079aef01c601193b58 (patch)
tree5a149cd6b0b18ba6df68a7dd7b7634d993c2c48a /doc/man1/s_client.pod
parent5e44201bc5b027d3d4e2f8904719fd69ed47e515 (diff)
Added mysql as starttls protocol.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3456)
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 96df8a4101..882f74b418 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -493,7 +493,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", "postgres", "lmtp", "nntp", "sieve" and "ldap".
+"irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
=item B<-xmpphost hostname>