]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix reference for scheduling discussion
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Thu, 10 Nov 2016 10:59:45 +0000 (11:59 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Nov 2016 09:44:19 +0000 (10:44 +0100)
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>
schedutils/taskset.1

index 13ed58318087e0110406258b399708e67e06b45b..c0c933f45c84718cd4006c2f52f1205379338ba2 100644 (file)
@@ -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.