summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setschedparam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setschedparam.3')
-rw-r--r--man3/pthread_attr_setschedparam.315
1 files changed, 7 insertions, 8 deletions
diff --git a/man3/pthread_attr_setschedparam.3 b/man3/pthread_attr_setschedparam.3
index 977e15776..379f30c7c 100644
--- a/man3/pthread_attr_setschedparam.3
+++ b/man3/pthread_attr_setschedparam.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_attr_setschedparam 3 2022-12-15 "Linux man-pages 6.03"
+.TH pthread_attr_setschedparam 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get
scheduling parameter attributes in thread attributes object
@@ -84,28 +84,27 @@ error for
This value is never returned on Linux
(but portable and future-proof applications should nevertheless
handle this error return value).
-.\" .SH VERSIONS
-.\" Available since glibc 2.0.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR pthread_attr_setschedparam (),
.BR pthread_attr_getschedparam ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
+glibc 2.0.
.SH NOTES
See
.BR pthread_attr_setschedpolicy (3)