From: Richard Levitte Date: Tue, 12 Jan 2021 15:14:43 +0000 (+0100) Subject: Make the OSSL_SELF_TEST manual conform with man-pages(7) X-Git-Tag: openssl-3.0.0-alpha11~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2160895262abbb9501a859d86b8740bd850a40;p=thirdparty%2Fopenssl.git Make the OSSL_SELF_TEST manual 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: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13849) --- diff --git a/doc/man3/OSSL_SELF_TEST_set_callback.pod b/doc/man3/OSSL_SELF_TEST_set_callback.pod index beea50ff336..21d07a4aa5b 100644 --- a/doc/man3/OSSL_SELF_TEST_set_callback.pod +++ b/doc/man3/OSSL_SELF_TEST_set_callback.pod @@ -24,7 +24,8 @@ See L 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. +has been set via OSSL_SELF_TEST_set_callback() for the given library context +I. These returned parameters will be NULL if OSSL_SELF_TEST_set_callback() has not been called.