Clean up some doc nits

Mostly "No items in =over/=back list"

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11902)
This commit is contained in:
Rich Salz 2020-05-21 17:21:27 -04:00 committed by Dr. Matthias St. Pierre
parent 93f99b681a
commit e847085914
2 changed files with 5 additions and 8 deletions

View File

@ -21,7 +21,9 @@ The Distinguishing ID is defined in FIPS 196 as follows:
=over 4
I<Distinguishing identifier>: information which unambiguously distinguishes
=item I<Distinguishing identifier>
Information which unambiguously distinguishes
an entity in the authentication process.
=back

View File

@ -7,11 +7,8 @@ EVP_MD-common - The OpenSSL EVP_MD implementations, common things
=head1 DESCRIPTION
All the OpenSSL EVP_MD implementations understand the following
L<OSSL_PARAM(3)> entries:
=over 4
Gettable with L<EVP_MD_get_params(3)>:
L<OSSL_PARAM(3)> entries that are
gettable with L<EVP_MD_get_params(3)>, as well as these:
=over 4
@ -49,8 +46,6 @@ This value can also be retrieved with L<EVP_MD_flags(3)>.
=back
=back
=head1 SEE ALSO
L<EVP_MD_get_params(3)>, L<provider-digest(7)>