summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorValentin Vidic <Valentin.Vidic@CARNet.hr>2016-02-15 15:28:41 +0100
committerMatt Caswell <matt@openssl.org>2016-10-17 23:05:36 +0100
commitb2e54eb834e2d5a79d03f12a818d68f82c0e3d13 (patch)
treeb277fac53e14c5b156c45239ad1d92fc39016265 /doc
parent6215f27a83c6b9089a217dd6deab1665e0ced516 (diff)
Add Postgres support to -starttls
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 7ad9811118..4a2a28021c 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -420,7 +420,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",
-and "irc."
+"irc" and "postgres."
=item B<-xmpphost hostname>