summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-01-28 19:27:29 +0000
committerfgsch <fgsch@openbsd.org>2002-01-28 19:27:29 +0000
commitb262e7977b7ba82d558ce104a284e05c25651203 (patch)
tree78abfb7b4e9205b4f7bbf64b6a314f9294ff46c8 /lib/libpthread/man
parentsem_XXX(3) manpages; better now that never. (diff)
downloadwireguard-openbsd-b262e7977b7ba82d558ce104a284e05c25651203.tar.xz
wireguard-openbsd-b262e7977b7ba82d558ce104a284e05c25651203.zip
correct function name.
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_cond_destroy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3
index 1e52d370758..18404d26b3f 100644
--- a/lib/libpthread/man/pthread_cond_destroy.3
+++ b/lib/libpthread/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