OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / pthreads.7
index e44fee7..07a0f06 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREADS 7  2010-11-14 "Linux" "Linux Programmer's Manual"
+.TH PTHREADS 7  2014-05-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthreads \- POSIX threads
 .SH DESCRIPTION
@@ -97,9 +97,7 @@ alternate signal stack
 .RB ( sigaltstack (2))
 .IP \- 3
 real-time scheduling policy and priority
-.RB ( sched_setscheduler (2)
-and
-.BR sched_setparam (2))
+.RB ( sched (7))
 .PP
 The following Linux-specific features are also per-thread:
 .IP \- 3
@@ -730,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.
@@ -888,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
@@ -927,10 +925,11 @@ Various Pthreads manual pages, for example:
 and
 .BR pthread_testcancel (3)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.