diff options
author | dd <dd@FreeBSD.org> | 2001-06-05 00:11:08 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-05 00:11:08 +0000 |
commit | cb18fb03e83f85494df924f30b3066ff940f8ba3 (patch) | |
tree | ba750bac4f20d4107960700493f7cb239d3e4ea8 /share/man/man3 | |
parent | d2c56fe110d4ff06081e248d8e77f19b4da9b409 (diff) | |
download | FreeBSD-src-cb18fb03e83f85494df924f30b3066ff940f8ba3.zip FreeBSD-src-cb18fb03e83f85494df924f30b3066ff940f8ba3.tar.gz |
Add a missing word.
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread_cond_init.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/pthread_cond_init.3 b/share/man/man3/pthread_cond_init.3 index 3c33299..23e9f02 100644 --- a/share/man/man3/pthread_cond_init.3 +++ b/share/man/man3/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 |