Document X509_verify_ex() and X509_REQ_verify_ex()
[openssl.git] / doc / man3 / BIO_s_accept.pod
index c50d32f93186054d806ac941f9d6598bb8e86e2d..e6ad95b4e035b0340471c21cca4d33e8a40c734f 100644 (file)
@@ -174,7 +174,7 @@ BIO_get_bind_mode() returns the set of B<BIO_BIND> flags, or -1 on failure.
 
 BIO_new_accept() returns a BIO or NULL on error.
 
-=head1 EXAMPLE
+=head1 EXAMPLES
 
 This example accepts two connections on port 4444, sends messages
 down each and finally closes both down.