Align documentation with recommendations of Linux Documentation Project
[openssl.git] / doc / man3 / SSL_set_async_callback.pod
index 5a0bd2bfc1aba8bf8afd32f6f471b0bff545418c..9de735f8fc092a4aeb8c79b739d1ed7fc6362101 100644 (file)
@@ -87,7 +87,7 @@ a parameter.
 =item 7.
 
 The callback function should then run. Note: it is a requirement that the
-callback function is small and non-blocking as it will be run in the context of
+callback function is small and nonblocking as it will be run in the context of
 a polling mechanism or an interrupt.
 
 =item 8.