From 028687c08b20ecc463afaf2d692542b88ebfe8bc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 15 Oct 2019 16:55:00 +0200 Subject: [PATCH] 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) --- doc/man3/EVP_PKEY_CTX_new.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.25.1