diff options
author | 2002-01-28 19:27:29 +0000 | |
---|---|---|
committer | 2002-01-28 19:27:29 +0000 | |
commit | b262e7977b7ba82d558ce104a284e05c25651203 (patch) | |
tree | 78abfb7b4e9205b4f7bbf64b6a314f9294ff46c8 /lib/libpthread/man | |
parent | sem_XXX(3) manpages; better now that never. (diff) | |
download | wireguard-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.3 | 4 |
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 |