[openssl/openssl] 7f4bf1: doc: fix list display in man page
James Muir
noreply at github.com
Wed Dec 13 10:05:54 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 7f4bf1857321d2a2ebcbbb2742946a965e463b79
https://github.com/openssl/openssl/commit/7f4bf1857321d2a2ebcbbb2742946a965e463b79
Author: James Muir <james at openssl.org>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M doc/man3/OSSL_PARAM_int.pod
Log Message:
-----------
doc: fix list display in man page
"=over 1" is too small. Use "=over 2" so that list items are
displayed correctly in the generated man-page.
You can check the man-page using the following command:
cd doc && pod2man man3/OSSL_PARAM_int.pod | man /dev/stdin
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/22974)
More information about the openssl-commits
mailing list