summaryrefslogtreecommitdiffstats
path: root/doc/man3/BN_copy.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-07 13:37:47 -0400
committerRich Salz <rsalz@openssl.org>2017-04-07 13:48:19 -0400
commit2f61bc2ea306c059d8b00ddf32025a0b30346d8f (patch)
tree37d891e35a268a1a1e0e174d04c0d55ad0b0ab8b /doc/man3/BN_copy.pod
parente1271ac2212f7cde14df478558bfaae2834fa09e (diff)
Use 'over 2' for bullet lists.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3117)
Diffstat (limited to 'doc/man3/BN_copy.pod')
-rw-r--r--doc/man3/BN_copy.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_copy.pod b/doc/man3/BN_copy.pod
index 500f4b2ee5..46de544286 100644
--- a/doc/man3/BN_copy.pod
+++ b/doc/man3/BN_copy.pod
@@ -29,7 +29,7 @@ B<BN_FLG_CONSTTIME> flag set for constant time operations. The temporary copy in
B<dest> will share some internal state with B<b>. For this reason the following
restrictions apply to the use of B<dest>:
-=over 4
+=over 2
=item *