X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fman3%2FBIO_s_accept.pod;h=e6ad95b4e035b0340471c21cca4d33e8a40c734f;hb=7525c930304c7814b3176d0724f271d2bbb1a09e;hp=c50d32f93186054d806ac941f9d6598bb8e86e2d;hpb=4746f25ac62e5bbdc07eedcec9c9a27547577141;p=openssl.git diff --git a/doc/man3/BIO_s_accept.pod b/doc/man3/BIO_s_accept.pod index c50d32f931..e6ad95b4e0 100644 --- a/doc/man3/BIO_s_accept.pod +++ b/doc/man3/BIO_s_accept.pod @@ -174,7 +174,7 @@ BIO_get_bind_mode() returns the set of B 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.