svn commit: r209588 - head/share/man/man3

John Baldwin jhb at FreeBSD.org
Tue Jun 29 14:32:01 UTC 2010


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 .


More information about the svn-src-head mailing list