diff options
author | Rich Salz <rsalz@openssl.org> | 2017-04-03 21:39:09 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-04-07 19:30:04 +0200 |
commit | e1271ac2212f7cde14df478558bfaae2834fa09e (patch) | |
tree | cb0b2570fb9f854b5e8cba9a0254cad800d2ae50 /doc/man7 | |
parent | Add missing =back (diff) | |
download | openssl-e1271ac2212f7cde14df478558bfaae2834fa09e.tar.xz openssl-e1271ac2212f7cde14df478558bfaae2834fa09e.zip |
Standardize on =over 4 and check for it.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3117)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/des_modes.pod | 13 | ||||
-rw-r--r-- | doc/man7/evp.pod | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/doc/man7/des_modes.pod b/doc/man7/des_modes.pod index 89f14b890c..12001e675f 100644 --- a/doc/man7/des_modes.pod +++ b/doc/man7/des_modes.pod @@ -16,7 +16,7 @@ other things. Normally, this is found as the function I<algorithm>_ecb_encrypt(). -=over 2 +=over 4 =item * @@ -43,7 +43,7 @@ Normally, this is found as the function I<algorithm>_cbc_encrypt(). Be aware that des_cbc_encrypt() is not really DES CBC (it does not update the IV); use des_ncbc_encrypt() instead. -=over 2 +=over 4 =item * @@ -75,7 +75,7 @@ An error will affect the current and the following ciphertext blocks. Normally, this is found as the function I<algorithm>_cfb_encrypt(). -=over 2 +=over 4 =item * @@ -122,7 +122,7 @@ An error will affect the current and the following ciphertext variables. Normally, this is found as the function I<algorithm>_ofb_encrypt(). -=over 2 +=over 4 =item * @@ -183,7 +183,7 @@ susceptible to a 'known plaintext' attack. Normally, this is found as the function I<algorithm>_ecb3_encrypt(). -=over 2 +=over 4 =item * @@ -218,8 +218,7 @@ ecb mode. Normally, this is found as the function I<algorithm>_ede3_cbc_encrypt(). -=over 2 - +=over 4 =item * diff --git a/doc/man7/evp.pod b/doc/man7/evp.pod index 9c9cbe05a6..fbc357eb48 100644 --- a/doc/man7/evp.pod +++ b/doc/man7/evp.pod @@ -36,7 +36,7 @@ L<EVP_PKEY_print_private(3)>. The EVP_PKEY functions support the full range of asymmetric algorithm operations: -=over +=over 4 =item For key agreement see L<EVP_PKEY_derive(3)> |