From 490c87110cc1fd673604fa1b94d5538f9fd852bb Mon Sep 17 00:00:00 2001 From: Gustaf Neumann Date: Fri, 17 Jul 2020 12:31:26 +0200 Subject: Align documentation with recommendations of Linux Documentation Project This change applies the recommendation of the Linux Documentation Project to the documentation files of OpenSSL. Additionally, util/find-doc-nits was updated accordingly. The change follows a suggestion of mspncp on https://github.com/openssl/openssl/pull/12370 and incoporates the requested changes on the pull request Reviewed-by: Shane Lontis Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/12460) --- doc/man3/BN_generate_prime.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/BN_generate_prime.pod') diff --git a/doc/man3/BN_generate_prime.pod b/doc/man3/BN_generate_prime.pod index cdd7ed0e8e..9827499b39 100644 --- a/doc/man3/BN_generate_prime.pod +++ b/doc/man3/BN_generate_prime.pod @@ -148,7 +148,7 @@ BN_is_prime_fasttest() and BN_is_prime() behave just like BN_is_prime_fasttest_ex() and BN_is_prime_ex() respectively, but with the old style call back. -B is a pre-allocated B (to save the overhead of allocating and +B is a preallocated B (to save the overhead of allocating and freeing the structure in a loop), or B. If the trial division is done, and no divisors are found and B -- cgit v1.2.3