From: Michael Kerrisk (man-pages) Date: Thu, 10 Nov 2016 10:59:45 +0000 (+0100) Subject: Fix reference for scheduling discussion X-Git-Tag: v2.30-rc1~409 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=154aede1fba0c10ef0cb0bd35d88fa1f6057399b;p=thirdparty%2Futil-linux.git 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 --- 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.