diff options
author | jhb <jhb@FreeBSD.org> | 2010-06-29 14:32:01 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2010-06-29 14:32:01 +0000 |
commit | 54217fc822cf166ce9329ac50c0c06e7e90fcfb3 (patch) | |
tree | 186732d8608015137d0b2d84234fa58d787ae68d /share | |
parent | e505cf2c36bea778e0c791f8b66b58715a261aa6 (diff) | |
download | FreeBSD-src-54217fc822cf166ce9329ac50c0c06e7e90fcfb3.zip FreeBSD-src-54217fc822cf166ce9329ac50c0c06e7e90fcfb3.tar.gz |
- The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join().
- Tweak wording in history section for pthread_timedjoin_np().
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/pthread_join.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3 index b01069a..fd2fa5a 100644 --- a/share/man/man3/pthread_join.3 +++ b/share/man/man3/pthread_join.3 @@ -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 . |