Fixed several readability issues in DH_generate_parameters.pod
authorAlex Gaynor <alex.gaynor@gmail.com>
Thu, 8 Mar 2018 12:59:50 +0000 (07:59 -0500)
committerAlex Gaynor <agaynor@mozilla.com>
Thu, 8 Mar 2018 14:35:29 +0000 (09:35 -0500)
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)

doc/man3/DH_generate_parameters.pod

index 56ad4b12fe306545a91248c2b9a7f014f62ca8d9..bcbc12ce8843823de0521e4388b71b0482e6acbf 100644 (file)
@@ -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