[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Mar 16 13:50:39 UTC 2017


The branch master has been updated
       via  7baabf45c424c135ecfafc6b3bb7ea1d225fbfda (commit)
      from  f2ff1432fc50e5033471859dc9899eb219278a7a (commit)


- Log -----------------------------------------------------------------
commit 7baabf45c424c135ecfafc6b3bb7ea1d225fbfda
Author: Paul Yang <paulyang.inf at gmail.com>
Date:   Thu Mar 16 16:58:30 2017 +0800

    Fix typo in ASYNC_WAIT_CTX_new.pod doc
    
    For the function that get the changed fds, it should be
    'ASYNC_WAIT_CTX_get_changed_fds()' instead of 'ASYNC_WAIT_CTX_fds_have_changed()'.
    
    CLA: trivial
    
    Signed-off-by: Paul Yang <paulyang.inf at gmail.com>
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2966)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/ASYNC_WAIT_CTX_new.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/ASYNC_WAIT_CTX_new.pod b/doc/man3/ASYNC_WAIT_CTX_new.pod
index a6cbacc..017e328 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


More information about the openssl-commits mailing list