X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman7%2Fpthreads.7;h=07a0f06e4c09acf2a022f106bd9bbd64202fd71a;hp=d7489ecd4ed0c3e26a7205c5c7f80c9f1eeb45eb;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=a6686279a86c4f75d0818999b941fb9d643cc222 diff --git a/original/man7/pthreads.7 b/original/man7/pthreads.7 index d7489ecd..07a0f06e 100644 --- a/original/man7/pthreads.7 +++ b/original/man7/pthreads.7 @@ -728,7 +728,7 @@ When one thread creates a new child process using any thread should be able to .BR wait (2) on the child. -However, the implementation only allows the thread that +However, the implementation allows only the thread that created the child to .BR wait (2) on it. @@ -925,7 +925,7 @@ Various Pthreads manual pages, for example: and .BR pthread_testcancel (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project,