OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_attr_setschedparam.3
index 8ab1483..d25097d 100644 (file)
@@ -33,7 +33,7 @@ scheduling parameter attributes in thread attributes object
 
 .BI "int pthread_attr_setschedparam(pthread_attr_t *" attr ,
 .BI "                               const struct sched_param *" param );
-.BI "int pthread_attr_getschedparam(pthread_attr_t *" attr ,
+.BI "int pthread_attr_getschedparam(const pthread_attr_t *" attr ,
 .BI "                               struct sched_param *" param );
 .sp
 Compile and link with \fI\-pthread\fP.
@@ -123,10 +123,10 @@ See
 .BR pthread_create (3),
 .BR pthread_setschedparam (3),
 .BR pthread_setschedprio (3),
-.BR pthreads (7).
+.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,