From: Richard Levitte Date: Tue, 15 Oct 2019 14:55:00 +0000 (+0200) Subject: doc/man3/EVP_PKEY_CTX_new.pod: change markup according to conventions X-Git-Tag: openssl-3.0.0-alpha1~1136 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=028687c08b20ecc463afaf2d692542b88ebfe8bc doc/man3/EVP_PKEY_CTX_new.pod: change markup according to conventions Convention source is man-pages(7) Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10184) --- diff --git a/doc/man3/EVP_PKEY_CTX_new.pod b/doc/man3/EVP_PKEY_CTX_new.pod index 7df650c12a..de7f439da5 100644 --- a/doc/man3/EVP_PKEY_CTX_new.pod +++ b/doc/man3/EVP_PKEY_CTX_new.pod @@ -20,10 +20,10 @@ EVP_PKEY_CTX_dup, EVP_PKEY_CTX_free =head1 DESCRIPTION The EVP_PKEY_CTX_new() function allocates public key algorithm context using -the algorithm specified in B and ENGINE B. +the algorithm specified in I and ENGINE I. The EVP_PKEY_CTX_new_id() function allocates public key algorithm context -using the algorithm specified by B and ENGINE B. +using the algorithm specified by I and ENGINE I. The EVP_PKEY_CTX_new_provided() function allocates a public key algorithm context using the algorithm specified by I and the @@ -36,10 +36,10 @@ used when no B structure is associated with the operations, for example during parameter generation or key generation for some algorithms. -EVP_PKEY_CTX_dup() duplicates the context B. +EVP_PKEY_CTX_dup() duplicates the context I. -EVP_PKEY_CTX_free() frees up the context B. -If B is NULL, nothing is done. +EVP_PKEY_CTX_free() frees up the context I. +If I is NULL, nothing is done. =head1 NOTES