From: Dr. Matthias St. Pierre Date: Fri, 9 Feb 2018 07:52:56 +0000 (+0100) Subject: CRYPTO_THREAD_run_once.pod: fix typo and punktuation X-Git-Tag: OpenSSL_1_1_1-pre1~30 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b9ed9ab38e492fa070c3d7ed63233e3debc36528 CRYPTO_THREAD_run_once.pod: fix typo and punktuation Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5293) --- diff --git a/doc/man3/CRYPTO_THREAD_run_once.pod b/doc/man3/CRYPTO_THREAD_run_once.pod index 734d2d8874..e57ae83bfb 100644 --- a/doc/man3/CRYPTO_THREAD_run_once.pod +++ b/doc/man3/CRYPTO_THREAD_run_once.pod @@ -67,7 +67,7 @@ CRYPTO_THREAD_unlock() unlocks the previously locked B. =item * -CRYPTO_THREAD_lock_frees() frees the provided B. +CRYPTO_THREAD_lock_free() frees the provided B. =item * @@ -96,9 +96,9 @@ CRYPTO_THREAD_run_once() returns 1 on success, or 0 on error. CRYPTO_THREAD_lock_new() returns the allocated lock, or NULL on error. -CRYPTO_THREAD_lock_frees() returns no value. +CRYPTO_THREAD_lock_free() returns no value. -The other functions return 1 on success or 0 on error. +The other functions return 1 on success, or 0 on error. =head1 NOTES