Make ASYNC manuals conform with man-pages(7)
authorRichard Levitte <levitte@openssl.org>
Sat, 28 Sep 2019 06:45:05 +0000 (08:45 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 30 Sep 2019 16:02:32 +0000 (18:02 +0200)
commitdfe1752c8414840b25bf094db2f24f810fefce85
tree5a99b858f4e771c013932e4c3b1263c0644ed7f1
parent84f471ecab76a16281a16c53d259bbcae358816f
 Make ASYNC manuals conform with man-pages(7)

 Details from man-pages(7) that are used:

     Formatting conventions for manual pages describing functions

         ...
         Variable names should, like argument names, be specified in italics.
         ...

     Formatting conventions (general)

         ...
         Special macros, which are usually in uppercase, are in bold.
         Exception: don't boldface NULL.
         ...

Additionally, expanded some lists to make better use of POD formatting.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10043)
doc/man3/ASYNC_WAIT_CTX_new.pod
doc/man3/ASYNC_start_job.pod
doc/man3/SSL_get_all_async_fds.pod
doc/man3/SSL_set_async_callback.pod