From 490c87110cc1fd673604fa1b94d5538f9fd852bb Mon Sep 17 00:00:00 2001 From: Gustaf Neumann Date: Fri, 17 Jul 2020 12:31:26 +0200 Subject: 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 Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/12460) --- doc/man3/ASYNC_WAIT_CTX_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/ASYNC_WAIT_CTX_new.pod') diff --git a/doc/man3/ASYNC_WAIT_CTX_new.pod b/doc/man3/ASYNC_WAIT_CTX_new.pod index c95ceb78a0..f1d6a02219 100644 --- a/doc/man3/ASYNC_WAIT_CTX_new.pod +++ b/doc/man3/ASYNC_WAIT_CTX_new.pod @@ -130,7 +130,7 @@ descriptor is not appropriate. ASYNC_WAIT_CTX_set_callback() sets the callback and the callback argument. The callback will be called to notify user code when an engine completes a cryptography operation. It is a requirement that the callback function is small -and non-blocking as it will be run in the context of a polling mechanism or an +and nonblocking as it will be run in the context of a polling mechanism or an interrupt. ASYNC_WAIT_CTX_get_callback() returns the callback set in the B -- cgit v1.2.3