sched.7: Fix order of SEE ALSO entries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 04:58:27 +10:00
parent c9c01cdbcb
commit 584c8ee025
1 changed files with 2 additions and 2 deletions

View File

@ -673,13 +673,13 @@ with true real-time priority and a minimum worst-case scheduling latency.
.BR nice (2),
.BR sched_get_priority_max (2),
.BR sched_get_priority_min (2),
.BR sched_getscheduler (2),
.BR sched_getaffinity (2),
.BR sched_getparam (2),
.BR sched_getscheduler (2),
.BR sched_rr_get_interval (2),
.BR sched_setaffinity (2),
.BR sched_setscheduler (2),
.BR sched_setparam (2),
.BR sched_setscheduler (2),
.BR sched_yield (2),
.BR setpriority (2),
.BR pthread_getaffinity_np (3),