- The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join().

- Tweak wording in history section for pthread_timedjoin_np().

MFC after:	3 days
This commit is contained in:
John Baldwin 2010-06-29 14:32:01 +00:00
parent 5ed35ba97a
commit 5695d99d40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209588

View File

@ -116,7 +116,7 @@ The implementation detected that another caller is already waiting on
.El
.Pp
Additionally, the
.Fn pthread_join
.Fn pthread_timedjoin_np
function will fail if:
.Bl -tag -width Er
.It Bq Er ETIMEDOUT
@ -134,7 +134,7 @@ function conforms to
.St -p1003.1-96 .
The
.Fn pthread_timedjoin_np
is
is a
.Fx
extension, first appeared in
extension which first appeared in
.Fx 6.1 .