Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 18:55:46 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r210071 - stable/7/share/man/man3
Message-ID:  <201007141855.o6EItkSe051104@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



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