summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-03-08 07:59:50 -0500
committerAlex Gaynor <agaynor@mozilla.com>2018-03-08 09:35:29 -0500
commit83918ad6fddf33acc43aadcc40f08be22ff39482 (patch)
tree59986c480376060ad23282580e82825dae92d35f /doc
parent5ff554cfd2c2b20f9f8c4b0f4c2a61c4e35379f1 (diff)
Fixed several readability issues in DH_generate_parameters.pod
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/5553)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/DH_generate_parameters.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man3/DH_generate_parameters.pod b/doc/man3/DH_generate_parameters.pod
index 56ad4b12fe..bcbc12ce88 100644
--- a/doc/man3/DH_generate_parameters.pod
+++ b/doc/man3/DH_generate_parameters.pod
@@ -111,10 +111,10 @@ The parameter B<j> is invalid.
=back
-DH_check_ex(), DH_check_params() and DH_check_pub_key_ex() are similiar with
-DH_check() and DH_check_params() respectively, but the error reasons are set
-to the OpenSSL error handling framework instead of returning by the function
-parameters.
+DH_check_ex(), DH_check_params() and DH_check_pub_key_ex() are similar to
+DH_check() and DH_check_params() respectively, but the error reasons are added
+to the thread's error queue instead of provided as return values from the
+function.
=head1 RETURN VALUES