summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-14 11:37:36 +0000
committerMatt Caswell <matt@openssl.org>2016-11-16 10:25:31 +0000
commit5a2443aee4c1bf583d19a2c5f68b87b52dcece7f (patch)
treeced1434e6b64a1c7d896deb180bcbe6d8fef5a60 /doc
parent395cc5cdbef001c9886719bd31dbe48bad839b5c (diff)
Add SSL_peek() and SSL_peek_ex() to NAME section
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_read.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/SSL_read.pod b/doc/man3/SSL_read.pod
index f1c898a472..e2490d4f47 100644
--- a/doc/man3/SSL_read.pod
+++ b/doc/man3/SSL_read.pod
@@ -2,7 +2,8 @@
=head1 NAME
-SSL_read_ex, SSL_read - read bytes from a TLS/SSL connection
+SSL_read_ex, SSL_read, SSL_peek_ex, SSL_peek
+- read bytes from a TLS/SSL connection
=head1 SYNOPSIS