]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_detach.3: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 27 Oct 2008 13:05:38 +0000 (08:05 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Oct 2008 19:54:19 +0000 (14:54 -0500)
Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
man3/pthread_detach.3

index 680e32ba0f5a760d7afaa02749149db6136dc01e..6e9bf3321ca1d967acc83386a31a67ccddefc497 100644 (file)
@@ -40,7 +40,7 @@ function marks the thread identified by
 as detached.
 When a detached thread terminates,
 its resources are automatically released back to the system without
-the need for another thread to join with the terminated the thread.
+the need for another thread to join with the terminated thread.
 
 Attempting to detach an already detached thread results
 in unspecified behavior.