From 5695d99d40f53031c28e11686aae2abfb13b8cb7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 29 Jun 2010 14:32:01 +0000 Subject: [PATCH] - The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join(). - Tweak wording in history section for pthread_timedjoin_np(). MFC after: 3 days --- share/man/man3/pthread_join.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man3/pthread_join.3 b/share/man/man3/pthread_join.3 index b01069a6b612..fd2fa5acedd1 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 .