Make header references conform with man-pages(7) in all manuals
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2021 14:44:43 +0000 (15:44 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2021 22:39:59 +0000 (23:39 +0100)
commit879365e6d4a53d80e83bbe468fcf2cdd02d30ba1
tree7c7819e06f0d12b26685b8d2b88d49e1cacb66cc
parent0f2380066de6436c0e8debfad1391db134ad4c25
Make header references conform with man-pages(7) in all manuals

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

   Formatting conventions (general)

       ...
       Filenames (whether pathnames, or references to header files) are always
       in italics (e.g., <stdio.h>), except in the SYNOPSIS section, where in‐
       cluded files are in bold (e.g., #include <stdio.h>).  When referring to
       a standard header file include, specify the header file  surrounded  by
       angle brackets, in the usual C way (e.g., <stdio.h>).
       ...

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13843)
16 files changed:
doc/man3/ASYNC_WAIT_CTX_new.pod
doc/man3/ASYNC_start_job.pod
doc/man3/BIO_find_type.pod
doc/man3/BIO_meth_new.pod
doc/man3/CRYPTO_THREAD_run_once.pod
doc/man3/CRYPTO_get_ex_new_index.pod
doc/man3/EC_GROUP_copy.pod
doc/man3/ENGINE_add.pod
doc/man3/OSSL_CRMF_pbmp_new.pod
doc/man3/OSSL_PARAM_BLD.pod
doc/man3/OSSL_trace_enabled.pod
doc/man3/OSSL_trace_set_channel.pod
doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
doc/man3/SSL_get_all_async_fds.pod
doc/man3/X509_NAME_get_index_by_NID.pod
doc/man3/X509_verify_cert.pod