summaryrefslogtreecommitdiffstats
path: root/doc/man1/s_client.pod
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2017-01-28 00:52:27 +0100
committerRich Salz <rsalz@openssl.org>2017-02-03 09:49:54 -0500
commit8f85aa6bd3737547634bbbe1e141f728674fb594 (patch)
tree8b3b00f071c4940a97e4a8e370e82758978451f4 /doc/man1/s_client.pod
parentbc1dba209533f2033a4de0d93380fc0f485e6f7e (diff)
Add NNTP support (RFC 4642) to s_client ("-starttls nntp")
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2310)
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 2ebd6822b8..fb1680a1a5 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", "postgres" and "lmtp".
+"irc", "postgres", "lmtp" and "nntp".
=item B<-xmpphost hostname>