diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-05 00:11:08 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-05 00:11:08 +0000 |
| commit | 5940a2ebe02758a533b1b0d9c19200fbc65338a6 (patch) | |
| tree | de921eb23f59d461f8e54e86a1c961ed8e045218 /lib/libpthread | |
| parent | 266b63f4d022c24c4d277206a2a63d6421c58560 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/man/pthread_cond_init.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index 3c33299b20e1..23e9f028e50f 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/pthread_cond_init.3 @@ -65,7 +65,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 .Pp .Sh SEE ALSO |
