summaryrefslogtreecommitdiff
path: root/doc/man3/EVP_PKEY_CTX_new.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-06-18 09:09:04 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2020-06-24 18:55:09 +0300
commit6926be0b163d760093216e25402abda790e197ac (patch)
treedc3811e153771c9d220f3713e10de503f25acfbb /doc/man3/EVP_PKEY_CTX_new.pod
parent1c19ff3ce85ee22afcf87d28ce2cababef02a123 (diff)
downloadopenssl-new-6926be0b163d760093216e25402abda790e197ac.tar.gz
Fix some man page typos
A few miscellaneous man page typos reported by Hal Murray on openssl-users. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12185)
Diffstat (limited to 'doc/man3/EVP_PKEY_CTX_new.pod')
-rw-r--r--doc/man3/EVP_PKEY_CTX_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_PKEY_CTX_new.pod b/doc/man3/EVP_PKEY_CTX_new.pod
index 4430967d19..c3fc4c55ca 100644
--- a/doc/man3/EVP_PKEY_CTX_new.pod
+++ b/doc/man3/EVP_PKEY_CTX_new.pod
@@ -97,7 +97,7 @@ documentation for more information.
=head1 RETURN VALUES
EVP_PKEY_CTX_new(), EVP_PKEY_CTX_new_id(), EVP_PKEY_CTX_dup() returns either
-the newly allocated B<EVP_PKEY_CTX> structure of B<NULL> if an error occurred.
+the newly allocated B<EVP_PKEY_CTX> structure or B<NULL> if an error occurred.
EVP_PKEY_CTX_free() does not return a value.