Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2010 14:32:01 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209588 - head/share/man/man3
Message-ID:  <201006291432.o5TEW1Fi049594@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Jun 29 14:32:01 2010
New Revision: 209588
URL: http://svn.freebsd.org/changeset/base/209588

Log:
  - The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join().
  - Tweak wording in history section for pthread_timedjoin_np().
  
  MFC after:	3 days

Modified:
  head/share/man/man3/pthread_join.3

Modified: head/share/man/man3/pthread_join.3
==============================================================================
--- head/share/man/man3/pthread_join.3	Tue Jun 29 14:31:49 2010	(r209587)
+++ head/share/man/man3/pthread_join.3	Tue Jun 29 14:32:01 2010	(r209588)
@@ -116,7 +116,7 @@ The implementation detected that another
 .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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006291432.o5TEW1Fi049594>