OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_attr_setinheritsched.3
index b858f72..260bf01 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PTHREAD_ATTR_SETINHERITSCHED 3 2008-11-10 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETINHERITSCHED 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setinheritsched, pthread_attr_getinheritsched \- set/get
 inherit scheduler attribute in thread attributes object
@@ -35,6 +35,7 @@ inherit scheduler attribute in thread attributes object
 .BI "                                 int *" inheritsched );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setinheritsched ()
@@ -97,9 +98,6 @@ error ("attempt was made to set the attribute to an unsupported value") for
 .\" Available since glibc 2.0.
 .SH CONFORMING TO
 POSIX.1-2001.
-.SH EXAMPLE
-See
-.BR pthread_setschedparam (3).
 .SH BUGS
 As at glibc 2.8, if a thread attributes object is initialized using
 .BR pthread_attr_init (3),
@@ -116,6 +114,9 @@ in the thread attributes object before calling
 .BR pthread_create (3).
 .\" FIXME . Track status of the following bug:
 .\" http://sourceware.org/bugzilla/show_bug.cgi?id=7007
+.SH EXAMPLE
+See
+.BR pthread_setschedparam (3).
 .SH SEE ALSO
 .BR sched_setscheduler (2),
 .BR pthread_attr_init (3),