aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-31 12:20:08 -0400
committerRich Salz <rsalz@openssl.org>2016-06-01 11:31:14 -0400
commitff3bb913cfe47104293138a17014d3bde9db5e32 (patch)
tree28986f84c51f73f8cc91040969ecf6dfa2721b76 /doc/ssl
parent0634424f7c65d76e342eee4e3359f48d3fe2fa9a (diff)
downloadopenssl-ff3bb913cfe47104293138a17014d3bde9db5e32.tar.gz
Fix nits in crypto.pod,ssl.pod
After this merge, the only things left (from doc-nit-check) is 74 pages without a "RETURN VALUES" section. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/ssl.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index ee147810fd..9a95019930 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -4,6 +4,10 @@
SSL - OpenSSL SSL/TLS library
+=head1 SYNOPSIS
+
+See the individual manual pages for details.
+
=head1 DESCRIPTION
The OpenSSL B<ssl> library implements the Secure Sockets Layer (SSL v2/v3) and
@@ -718,6 +722,10 @@ Returns the current handshake state.
=back
+=head1 RETURN VALUES
+
+See the individual manual pages for details.
+
=head1 SEE ALSO
L<openssl(1)>, L<crypto(3)>,