summaryrefslogtreecommitdiff
path: root/lib/libc_r/man
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-28 19:27:30 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-28 19:27:30 +0000
commitb3d743e2fcd24566c307adfb051739bfe0abe3ea (patch)
tree4e70f62f997e7f5fec0ddab927f1bbb712c28f6a /lib/libc_r/man
parent7370b57376c64ef47f24f52e87992c763ad681a1 (diff)
correct function name.
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r--lib/libc_r/man/pthread_cond_destroy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3
index 1e52d370758..18404d26b3f 100644
--- a/lib/libc_r/man/pthread_cond_destroy.3
+++ b/lib/libc_r/man/pthread_cond_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_destroy.3,v 1.5 1999/11/24 05:35:31 d Exp $
+.\" $OpenBSD: pthread_cond_destroy.3,v 1.6 2002/01/28 19:27:29 fgsch Exp $
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
.\"
@@ -45,7 +45,7 @@ function frees the resources allocated by the condition variable
.Fa cond .
.Sh RETURN VALUES
If successful, the
-.Fn pthread_cond_init
+.Fn pthread_cond_destroy
function will return zero, otherwise an error number will be returned
to indicate the error.
.Sh ERRORS