OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_attr_setscope.3
index 02f8bba..4c38a3a 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_ATTR_SETSCOPE 3 2014-04-21 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETSCOPE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setscope, pthread_attr_getscope \- set/get contention scope
 attribute in thread attributes object
@@ -33,7 +33,7 @@ attribute in thread attributes object
 
 .BI "int pthread_attr_setscope(pthread_attr_t *" attr \
 ", int " scope );
-.BI "int pthread_attr_getscope(pthread_attr_t *" attr \
+.BI "int pthread_attr_getscope(const pthread_attr_t *" attr \
 ", int *" scope );
 .sp
 Compile and link with \fI\-pthread\fP.
@@ -147,7 +147,7 @@ implementation-defined.
 .BR pthread_create (3),
 .BR pthreads (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,