]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Make the OSSL_SELF_TEST manual conform with man-pages(7)
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2021 15:14:43 +0000 (16:14 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2021 22:31:40 +0000 (23:31 +0100)
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: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13849)

doc/man3/OSSL_SELF_TEST_set_callback.pod

index beea50ff3365307caa7ba599fd7faa40bbe7f3eb..21d07a4aa5b20795c0f1f4e022073bc2667d3ceb 100644 (file)
@@ -24,7 +24,8 @@ See L<openssl-core.h(7)> for further information on the callback.
 =head1 RETURN VALUES
 
 OSSL_SELF_TEST_get_callback() returns the callback and callback argument that
-has been set via OSSL_SELF_TEST_set_callback() for the given library context B<ctx>.
+has been set via OSSL_SELF_TEST_set_callback() for the given library context
+I<ctx>.
 These returned parameters will be NULL if OSSL_SELF_TEST_set_callback() has
 not been called.