aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Muir <james@openssl.org>2023-12-07 10:23:49 -0500
committerTomas Mraz <tomas@openssl.org>2023-12-13 11:03:55 +0100
commit7f4bf1857321d2a2ebcbbb2742946a965e463b79 (patch)
tree470416bc945f27ff753d999a918ccf1c7f28f014 /doc
parentad347c9ff0fd93bdd2fa2085611c65b88e94829f (diff)
downloadopenssl-7f4bf1857321d2a2ebcbbb2742946a965e463b79.tar.gz
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_PARAM_int.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_PARAM_int.pod b/doc/man3/OSSL_PARAM_int.pod
index 29cefe673c..dae0de083a 100644
--- a/doc/man3/OSSL_PARAM_int.pod
+++ b/doc/man3/OSSL_PARAM_int.pod
@@ -112,7 +112,7 @@ OSSL_PARAM_UNMODIFIED, OSSL_PARAM_modified, OSSL_PARAM_set_all_unmodified
A collection of utility functions that simplify and add type safety to the
L<OSSL_PARAM(3)> arrays. The following B<I<TYPE>> names are supported:
-=over 1
+=over 2
=item *