Hi Murphy, On 2/6/22 06:45, Murphy Chen wrote: > Original statement: > If the thread's priority is raised, it is placed at the end > of the list for its new priority. As a consequence, it may > preempt a currently running thread with the same priority. > > Corrected statement: > If the thread's priority is raised, it is placed at the end > of the list for its new priority. As a consequence, it may not > preempt a currently running thread with the same priority. > > Checked via the version: > https://man7.org/linux/man-pages/man7/sched.7.html > <https://man7.org/linux/man-pages/man7/sched.7.html> Right, it seems that the text was accidentally incorrectly reordered in this commit: <https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/man7/sched.7?id=eaf4a2607b197cfb49cfbd958c0ec190ca821285> That paragraph should be negated, as you pointed out, and the same "As a consequence" but not negated should be added a few lines below. Will fix it soon. Thanks, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/