summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASYNC_WAIT_CTX_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/ASYNC_WAIT_CTX_new.pod')
-rw-r--r--doc/man3/ASYNC_WAIT_CTX_new.pod2
1 files changed, 1 insertions, 1 deletions
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<numaddfds> and B<numdelfds> parameters will be populated