summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2001-05-31 21:48:24 +0000
committerjasoni <jasoni@cvs.openbsd.org>2001-05-31 21:48:24 +0000
commit055f1e2b77c2ec765c75d3b2a9761fae4e8849ec (patch)
tree1d558d5873a8e811db44b9abe5c4b58235d76aae /lib
parent34ed15f5a90773f50609ad25ef27f3084b2c2985 (diff)
missing word
"the temporarily lacks the resources" -> "the system temporarily lacks...."
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/pthread_cond_init.35
-rw-r--r--lib/libpthread/man/pthread_cond_init.35
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3
index 50bad745337..7445f6abe07 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.6 1999/11/24 05:35:31 d Exp $
+.\" $OpenBSD: pthread_cond_init.3,v 1.7 2001/05/31 21:48:23 jasoni Exp $
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
.\"
@@ -66,7 +66,8 @@ is invalid.
The process cannot allocate enough memory to create another condition
variable.
.It Bq Er EAGAIN
-The temporarily lacks the resources to create another condition variable.
+The system temporarily lacks the resources to create another condition
+variable.
.El
.Sh SEE ALSO
.Xr pthread_cond_broadcast 3 ,
diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3
index 50bad745337..7445f6abe07 100644
--- a/lib/libpthread/man/pthread_cond_init.3
+++ b/lib/libpthread/man/pthread_cond_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_init.3,v 1.6 1999/11/24 05:35:31 d Exp $
+.\" $OpenBSD: pthread_cond_init.3,v 1.7 2001/05/31 21:48:23 jasoni Exp $
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
.\"
@@ -66,7 +66,8 @@ is invalid.
The process cannot allocate enough memory to create another condition
variable.
.It Bq Er EAGAIN
-The temporarily lacks the resources to create another condition variable.
+The system temporarily lacks the resources to create another condition
+variable.
.El
.Sh SEE ALSO
.Xr pthread_cond_broadcast 3 ,