]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthreads.7: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jan 2015 09:58:20 +0000 (10:58 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jan 2015 09:58:20 +0000 (10:58 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/pthreads.7

index b5d126dd04494128115b781cc89e41240379cf04..4fd7986abacadac9b486de519fd504c5b68e8cb3 100644 (file)
@@ -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.