From: Richard Levitte Date: Thu, 24 Feb 2000 01:20:31 +0000 (+0000) Subject: Correct a couple of command errors. X-Git-Tag: OpenSSL_0_9_5beta1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f7f1ff75e347577c9b93840ef33bd06422edc18;p=openssl Correct a couple of command errors. --- 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: