diff options
author | 2001-05-31 21:48:23 +0000 | |
---|---|---|
committer | 2001-05-31 21:48:23 +0000 | |
commit | 5bb7d6ad98a66e3e8414ac0f36b8fad090eea395 (patch) | |
tree | 642e596c1b53971cda3c57e60dfd369e94ba93ac /lib/libc_r | |
parent | Typos. (diff) | |
download | wireguard-openbsd-5bb7d6ad98a66e3e8414ac0f36b8fad090eea395.tar.xz wireguard-openbsd-5bb7d6ad98a66e3e8414ac0f36b8fad090eea395.zip |
missing word
"the temporarily lacks the resources" -> "the system temporarily lacks...."
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/man/pthread_cond_init.3 | 5 |
1 files changed, 3 insertions, 2 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 , |