OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / pthreads.7
index 7932add..07a0f06 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.
@@ -886,7 +886,7 @@ For example:
 .in +4n
 
 bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
-                awk \(aq{print $3}\(aq ) | egrep \-i \(aqthreads|ntpl\(aq
+                awk \(aq{print $3}\(aq ) | egrep \-i \(aqthreads|nptl\(aq
         linuxthreads-0.10 by Xavier Leroy
 .in
 .fi
@@ -925,7 +925,7 @@ Various Pthreads manual pages, for example:
 and
 .BR pthread_testcancel (3)
 .SH COLOPHON
-This page is part of release 3.75 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,