Document the new BIO functions introduced as part of the size_t work
[openssl.git] / doc / man3 / BIO_ctrl.pod
index 17dc6ed90336643fbf5074d8e59b20c48eef55d0..934d07bb0cdc6a817e7fe1700c9eeb938d9816e3 100644 (file)
@@ -94,7 +94,7 @@ return the amount of pending data.
 =head1 NOTES
 
 BIO_flush(), because it can write data may return 0 or -1 indicating
-that the call should be retried later in a similar manner to BIO_write().
+that the call should be retried later in a similar manner to BIO_write_ex().
 The BIO_should_retry() call should be used and appropriate action taken
 is the call fails.