OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_setschedprio.3
index 2843e77..8ab1e5f 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_SETSCHEDPRIO 3 2014-05-19 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_SETSCHEDPRIO 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_setschedprio \- set scheduling priority of a thread
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
 
-.BI "pthread_setschedprio(pthread_t " thread ", int " prio );
+.BI "int pthread_setschedprio(pthread_t " thread ", int " prio );
 .sp
 Compile and link with \fI\-pthread\fP.
 .fi
@@ -108,7 +108,7 @@ in each scheduling policy, see
 .BR pthreads (7),
 .BR sched (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,