Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)
authorRichard Levitte <levitte@openssl.org>
Fri, 27 Sep 2019 11:26:22 +0000 (13:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 28 Sep 2019 04:33:16 +0000 (06:33 +0200)
commitdfabee82be84f8ac80eede5d552058fbcdf4928d
treeb4c59fbe849d95e57cad84078f88dc97ec6d549c
parenta39bc4404baa4e065d01efe829a1f26eba737049
Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)

It's all in the details, from man-pages(7):

    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.
        ...

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10034)
31 files changed:
doc/internal/man3/DEFINE_SPARSE_ARRAY_OF.pod
doc/internal/man3/OSSL_METHOD_STORE.pod
doc/internal/man3/cms_add1_signing_cert.pod
doc/internal/man3/evp_generic_fetch.pod
doc/internal/man3/openssl_ctx_get_data.pod
doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod
doc/internal/man3/ossl_cmp_sk_X509_add1_cert.pod
doc/internal/man3/ossl_init_thread_deregister.pod
doc/internal/man3/ossl_method_construct.pod
doc/internal/man3/ossl_param_bld_init.pod
doc/internal/man3/ossl_prov_util_nid_to_name.pod
doc/internal/man3/rand_bytes_ex.pod
doc/man7/EVP_KDF-HKDF.pod
doc/man7/EVP_KDF-PBKDF2.pod
doc/man7/EVP_KDF-SCRYPT.pod
doc/man7/EVP_KDF-SS.pod
doc/man7/EVP_KDF-SSHKDF.pod
doc/man7/EVP_KDF-TLS1_PRF.pod
doc/man7/EVP_KDF-X942.pod
doc/man7/EVP_KDF-X963.pod
doc/man7/Ed25519.pod
doc/man7/RAND_DRBG.pod
doc/man7/bio.pod
doc/man7/crypto.pod
doc/man7/openssl-core.h.pod
doc/man7/ossl_store-file.pod
doc/man7/provider-cipher.pod
doc/man7/provider-digest.pod
doc/man7/provider-keyexch.pod
doc/man7/provider-signature.pod
doc/man7/provider.pod