From 9f7f1ff75e347577c9b93840ef33bd06422edc18 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 24 Feb 2000 01:20:31 +0000 Subject: [PATCH] Correct a couple of command errors. --- doc/crypto/threads.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/crypto/threads.pod b/doc/crypto/threads.pod index 6e9460f821..651694bd9f 100644 --- a/doc/crypto/threads.pod +++ b/doc/crypto/threads.pod @@ -35,12 +35,12 @@ id_function(void) is a function that returns a thread ID. It is not needed on Windows nor on platforms where getpid() returns a different ID for each thread. -=RETURN VALUES +=head1 RETURN VALUES CRYPTO_num_locks() returns the required number of locks. The other functions return no values. -=NOTE +=head1 NOTE You can find out if OpenSSL was configured with thread support: -- 2.25.1