Change IMPORTANT to WARNING for greater emphasis.
[openssl.git] / doc / ssl / SSL_connect.pod
index a5027717cf084e5686f072135b97c074573736a3..debe41744f0a99efaa28c861d10d25e6e0130921 100644 (file)
@@ -12,10 +12,13 @@ SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
 
 =head1 DESCRIPTION
 
-SSL_connect() initiates the TLS handshake with a server. The communication
+SSL_connect() initiates the TLS/SSL handshake with a server. The communication
 channel must already have been set and assigned to the B<ssl> by setting an
-underlying B<BIO>. The behavior of SSL_connect() depends on the underlying
-BIO. 
+underlying B<BIO>.
+
+=head1 NOTES
+
+The behaviour of SSL_connect() depends on the underlying BIO. 
 
 If the underlying BIO is B<blocking>, SSL_connect() will only return once the
 handshake has been finished or an error occurred.