aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-05-11 06:41:35 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-05-14 20:45:28 +0200
commit48ae5295f3599e003ad3885cd7a0a4eaf57801ab (patch)
tree1dc9f6ff445a6726e7bf210dce01b92a94730c2e
parent7697f8394e17a0e82abbfad24d5e5f6173fda837 (diff)
downloadman-pages-48ae5295f3599e003ad3885cd7a0a4eaf57801ab.tar.gz
sched_setparam.2: SEE ALSO: add sched_setattr(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/sched_setparam.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2
index d05cb5ff85..45dd461ea4 100644
--- a/man2/sched_setparam.2
+++ b/man2/sched_setparam.2
@@ -27,7 +27,7 @@
.\" revision
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.TH SCHED_SETPARAM 2 2014-04-28 "Linux" "Linux Programmer's Manual"
+.TH SCHED_SETPARAM 2 2014-05-11 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setparam, sched_getparam \- set and get scheduling parameters
.SH SYNOPSIS
@@ -126,6 +126,7 @@ see
.BR sched_getscheduler (2),
.BR sched_setaffinity (2),
.BR sched_setscheduler (2),
+.BR sched_setattr (2),
.BR setpriority (2),
.BR capabilities (7),
.BR sched (7)