svn commit: r210071 - stable/7/share/man/man3

John Baldwin jhb at FreeBSD.org
Wed Jul 14 18:55:46 UTC 2010


Author: jhb
Date: Wed Jul 14 18:55:45 2010
New Revision: 210071
URL: http://svn.freebsd.org/changeset/base/210071

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

Modified:
  stable/7/share/man/man3/pthread_join.3
Directory Properties:
  stable/7/share/man/man3/   (props changed)

Modified: stable/7/share/man/man3/pthread_join.3
==============================================================================
--- stable/7/share/man/man3/pthread_join.3	Wed Jul 14 18:55:34 2010	(r210070)
+++ stable/7/share/man/man3/pthread_join.3	Wed Jul 14 18:55:45 2010	(r210071)
@@ -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-stable-7 mailing list