summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASYNC_WAIT_CTX_new.pod
diff options
context:
space:
mode:
authorGustaf Neumann <neumann@wu-wien.ac.at>2020-07-17 12:31:26 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-07-22 09:15:00 +0200
commit490c87110cc1fd673604fa1b94d5538f9fd852bb (patch)
tree3edd4a289e298a405dd7785fd1b21e81e8cd55e0 /doc/man3/ASYNC_WAIT_CTX_new.pod
parentbf19b64aaeeddd5463d911823f9e2c3c40091005 (diff)
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/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 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<ASYNC_WAIT_CTX>