]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_attr_setschedparam.3: Add pointer to EXAMPLE in pthread_setschedparam(3)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 6 Nov 2008 17:41:35 +0000 (12:41 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 6 Nov 2008 21:49:26 +0000 (16:49 -0500)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_attr_setschedparam.3

index 515a22f4fc67762921e6977a248b51d642629e5f..f617a06bae3a2899ea497fae2229c30ec58812c0 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_SETSCHEDPARAM 3 2008-11-05 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2008-11-06 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get
 scheduling parameter attributes in thread attributes object
@@ -86,8 +86,9 @@ handle a possible error return).
 .\" Available since glibc 2.0.
 .SH CONFORMING TO
 POSIX.1-2001.
-.\" .SH EXAMPLE
-.\" FIXME . Add (a pointer to) an example
+.SH EXAMPLE
+See
+.BR pthread_setschedparam (3).
 .SH NOTES
 See
 .BR pthread_attr_setschedpolicy (3)