aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2016-11-10 11:59:45 +0100
committerKarel Zak <kzak@redhat.com>2016-11-29 10:44:19 +0100
commit154aede1fba0c10ef0cb0bd35d88fa1f6057399b (patch)
tree71893132221b6c0fd36b690f7e1816942c55fdb7
parentf00218ffb88dcf3c319d2291c68da064bb190b7b (diff)
downloadutil-linux-154aede1fba0c10ef0cb0bd35d88fa1f6057399b.tar.gz
Fix reference for scheduling discussion
Some time back, I moved the discussion of scheduling from sched_setscheduler(2) to a new sched(7) page. Adjust the cross reference in the taskset(1) page accordingly. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--schedutils/taskset.12
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/taskset.1 b/schedutils/taskset.1
index 13ed583180..c0c933f45c 100644
--- a/schedutils/taskset.1
+++ b/schedutils/taskset.1
@@ -123,7 +123,7 @@ A user can retrieve the affinity mask of any process.
.BR sched_setaffinity (2)
.sp
See
-.BR sched_setscheduler (2)
+.BR sched (7)
for a description of the Linux scheduling scheme.
.SH AUTHOR
Written by Robert M. Love.