Add missing include file to doc
[openssl.git] / doc / man3 / BIO_s_socket.pod
index ad0574aee66c39e2489572ee2a05687fbbaed2f3..781ff247b25da22813ecd67174ed9db688fd5091 100644 (file)
@@ -17,7 +17,7 @@ BIO_s_socket, BIO_new_socket - socket BIO
 BIO_s_socket() returns the socket BIO method. This is a wrapper
 round the platform's socket routines.
 
-BIO_read() and BIO_write() read or write the underlying socket.
+BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
 BIO_puts() is supported but BIO_gets() is not.
 
 If the close flag is set then the socket is shut down and closed