From b3d743e2fcd24566c307adfb051739bfe0abe3ea Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 28 Jan 2002 19:27:30 +0000 Subject: correct function name. --- lib/libpthread/man/pthread_cond_destroy.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread') 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 .\" 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 -- cgit v1.2.3