]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc: fix list display in man page
authorJames Muir <james@openssl.org>
Thu, 7 Dec 2023 15:23:49 +0000 (10:23 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Dec 2023 10:03:55 +0000 (11:03 +0100)
commit7f4bf1857321d2a2ebcbbb2742946a965e463b79
tree470416bc945f27ff753d999a918ccf1c7f28f014
parentad347c9ff0fd93bdd2fa2085611c65b88e94829f
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@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/22974)
doc/man3/OSSL_PARAM_int.pod