Modify providers that keep track of underlying algorithms
[openssl.git] / doc / man3 / BIO_s_connect.pod
index d5cc553f2508425cd770a9b205f578af747782a2..01fae195fcec69ed0d70050dc1554d8daead4005 100644 (file)
@@ -163,7 +163,7 @@ BIO_set_nbio() always returns 1.
 BIO_do_connect() returns 1 if the connection was successfully
 established and 0 or -1 if the connection failed.
 
-=head1 EXAMPLE
+=head1 EXAMPLES
 
 This is example connects to a webserver on the local host and attempts
 to retrieve a page and copy the result to standard output.
@@ -205,7 +205,7 @@ Use BIO_set_conn_address() and BIO_get_conn_address() instead.
 
 Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.