Make ASN1 manuals conform with man-pages(7)
authorRichard Levitte <levitte@openssl.org>
Sat, 28 Sep 2019 06:07:18 +0000 (08:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 1 Oct 2019 20:31:30 +0000 (22:31 +0200)
commit723e9c8983f92bc256a7e8677cc02f05b47e227c
treef3fef2a633b61bfc9f2d6c1244bfe77556ecaacc
parente8769719c9bbe53d7af088111b7625671660d4db
Make ASN1 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.
        ...

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10042)
doc/man3/ASN1_INTEGER_get_int64.pod
doc/man3/ASN1_ITEM_lookup.pod
doc/man3/ASN1_OBJECT_new.pod
doc/man3/ASN1_STRING_TABLE_add.pod
doc/man3/ASN1_STRING_length.pod
doc/man3/ASN1_STRING_new.pod
doc/man3/ASN1_STRING_print_ex.pod
doc/man3/ASN1_TIME_set.pod
doc/man3/ASN1_TYPE_get.pod
doc/man3/ASN1_generate_nconf.pod