summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_get_async_wait_fd.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_get_async_wait_fd.pod')
-rw-r--r--doc/ssl/SSL_get_async_wait_fd.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ssl/SSL_get_async_wait_fd.pod b/doc/ssl/SSL_get_async_wait_fd.pod
index da7617b2de..840c9c886e 100644
--- a/doc/ssl/SSL_get_async_wait_fd.pod
+++ b/doc/ssl/SSL_get_async_wait_fd.pod
@@ -20,10 +20,10 @@ L<SSL_CTX_set_mode(3)>).
SSL_get_async_wait_fd() returns a file descriptor which can be used in a call to
select() or poll() to determine whether the current asynchronous operation has
completed or not. A completed operation will result in data appearing as
-available on the file descriptor (no actual data should be read from the file
-descriptor). This function should only be called if the SSL object is currently
-waiting for asynchronous work to complete (i.e. SSL_ERROR_WANT_ASYNC has been
-received - see L<SSL_get_error(3)>).
+"read ready" on the file descriptor (no actual data should be read from the
+file descriptor). This function should only be called if the SSL object is
+currently waiting for asynchronous work to complete (i.e. SSL_ERROR_WANT_ASYNC
+has been received - see L<SSL_get_error(3)>).
=head1 RETURN VALUES