diff options
Diffstat (limited to 'manual/pthread_detach.html')
-rw-r--r-- | manual/pthread_detach.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/manual/pthread_detach.html b/manual/pthread_detach.html index 47c22cf..252adb8 100644 --- a/manual/pthread_detach.html +++ b/manual/pthread_detach.html @@ -3,9 +3,10 @@ <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>PTHREAD_DETACH(3) manual page</TITLE> - <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)"> + <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0 (Linux)"> <META NAME="CREATED" CONTENT="20050504;18010700"> - <META NAME="CHANGED" CONTENT="20050518;2342300"> + <META NAME="CHANGEDBY" CONTENT="Ross Johnson"> + <META NAME="CHANGED" CONTENT="20060408;9255600"> <!-- manual page source format generated by PolyglotMan v3.2, --> <!-- available at http://polyglotman.sourceforge.net/ --> </HEAD> @@ -38,9 +39,9 @@ later. <P>After <B>pthread_detach</B> completes, subsequent attempts to perform <B>pthread_join</B> on <I>th</I> will fail. If another thread is already joining the thread <I>th</I> at the time <B>pthread_detach</B> -is called, <I>th</I> will be detached and <B>pthread_join</B><SPAN STYLE="font-weight: medium"> -will eventually return when <I>th</I> terminates but may not return -with <I>th</I>'s correct return code.</SPAN> +is called, <I>th</I> will be detached and <B>pthread_join</B> will +eventually return when <I>th</I> terminates but may not return with +<I>th</I>'s correct return code. </P> <H2><A HREF="#toc3" NAME="sect3">Return Value</A></H2> <P>On success, 0 is returned. On error, a non-zero error code is @@ -64,7 +65,7 @@ returned. <H2><A HREF="#toc6" NAME="sect6">See Also</A></H2> <P><A HREF="pthread_create.html"><B>pthread_create</B>(3)</A> , <A HREF="pthread_join.html"><B>pthread_join</B>(3)</A> , -<A HREF="pthread_attr_setdetachstate.html"><B>pthread_attr_setdetachstate</B>(3)</A> +<A HREF="pthread_attr_init.html"><B>pthread_attr_setdetachstate</B>(3)</A> </P> <HR> <P><A NAME="toc"></A><B>Table of Contents</B></P> |