summaryrefslogtreecommitdiff
path: root/lib/libc_r/man/pthread_cond_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/man/pthread_cond_init.3')
-rw-r--r--lib/libc_r/man/pthread_cond_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3
index ef4d2005b99..c88490c6b69 100644
--- a/lib/libc_r/man/pthread_cond_init.3
+++ b/lib/libc_r/man/pthread_cond_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_init.3,v 1.8 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_cond_init.3,v 1.9 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -67,7 +67,7 @@ is invalid.
The process cannot allocate enough memory to create another condition
variable.
.It Bq Er EAGAIN
-The system temporarily lacks the resources to create another condition
+The system temporarily lacks the resources to create another condition
variable.
.El
.Sh SEE ALSO