From 286bdd7ca21d1a507f4f1641ffb71907e3576f26 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 19 Dec 2017 10:19:39 +0100 Subject: [PATCH] sched.7: Remove a mention of SCHED_RR in discussion of priority changes Later in the page it is stated that SCHED_RR is the same as SCHED_FIFO. Signed-off-by: Michael Kerrisk --- man7/sched.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/sched.7 b/man7/sched.7 index c66f4fd37..172940018 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -171,7 +171,7 @@ A call to or .BR sched_setattr (2) will put the -\fBSCHED_FIFO\fP (or \fBSCHED_RR\fP) thread identified by +\fBSCHED_FIFO\fP thread identified by \fIpid\fP at the start of the list if it was runnable. As a consequence, it may preempt the currently running thread if it has the same priority.