X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FASYNC_WAIT_CTX_new.pod;h=017e328b5e340fe66a4c7cc57d824ac12111c6cf;hp=a6cbacc92c0f06e1bed9b190c84acb9d723dbb43;hb=7baabf45c424c135ecfafc6b3bb7ea1d225fbfda;hpb=f2ff1432fc50e5033471859dc9899eb219278a7a;ds=sidebyside diff --git a/doc/man3/ASYNC_WAIT_CTX_new.pod b/doc/man3/ASYNC_WAIT_CTX_new.pod index a6cbacc92c..017e328b5e 100644 --- a/doc/man3/ASYNC_WAIT_CTX_new.pod +++ b/doc/man3/ASYNC_WAIT_CTX_new.pod @@ -57,7 +57,7 @@ asynchronous engine is being used then normally this call will only ever return one fd. If multiple asynchronous engines are being used then more could be returned. -The function ASYNC_WAIT_CTX_fds_have_changed() can be used to detect if any fds +The function ASYNC_WAIT_CTX_get_changed_fds() can be used to detect if any fds have changed since the last call time ASYNC_start_job() returned an ASYNC_PAUSE result (or since the ASYNC_WAIT_CTX was created if no ASYNC_PAUSE result has been received). The B and B parameters will be populated