summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-24 01:20:31 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-24 01:20:31 +0000
commit9f7f1ff75e347577c9b93840ef33bd06422edc18 (patch)
treed12b52fb04d127a3ca2493bf437a0249dcd4611a /doc
parentb6891e9c3539504856db1ed73334effd26f54536 (diff)
Correct a couple of command errors.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/threads.pod4
1 files 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: