diff options
author | Gustaf Neumann <neumann@wu-wien.ac.at> | 2020-07-17 12:31:26 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2020-07-22 09:15:00 +0200 |
commit | 490c87110cc1fd673604fa1b94d5538f9fd852bb (patch) | |
tree | 3edd4a289e298a405dd7785fd1b21e81e8cd55e0 /doc/man3/BIO_socket_wait.pod | |
parent | Fix UI method setup, which should be independent of (deprecated) engine use (diff) | |
download | openssl-490c87110cc1fd673604fa1b94d5538f9fd852bb.tar.xz openssl-490c87110cc1fd673604fa1b94d5538f9fd852bb.zip |
Align documentation with recommendations of Linux Documentation Project
This change applies the recommendation of the Linux Documentation Project
to the documentation files of OpenSSL. Additionally, util/find-doc-nits
was updated accordingly.
The change follows a suggestion of mspncp on https://github.com/openssl/openssl/pull/12370
and incoporates the requested changes on the pull request
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12460)
Diffstat (limited to 'doc/man3/BIO_socket_wait.pod')
-rw-r--r-- | doc/man3/BIO_socket_wait.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_socket_wait.pod b/doc/man3/BIO_socket_wait.pod index b00a878c9d..f1050f80fb 100644 --- a/doc/man3/BIO_socket_wait.pod +++ b/doc/man3/BIO_socket_wait.pod @@ -34,7 +34,7 @@ Via B<nap_milliseconds> the caller determines the polling granularity. BIO_do_connect_retry() connects via the given B<bio>. It retries BIO_do_connect() as far as needed to reach a definite outcome, i.e., connection succeeded, timeout has been reached, or an error occurred. -For non-blocking and potentially even non-socket BIOs it polls +For nonblocking and potentially even non-socket BIOs it polls every B<nap_milliseconds> and sleeps in between using BIO_wait(). If B<nap_milliseconds> is < 0 then a default value of 100 ms is used. If the B<timeout> parameter is > 0 this indicates the maximum number of seconds |