diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-08-08 04:23:24 +1000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-08-08 05:54:13 +1000 |
| commit | 0376872661bc44c0ddb3a52438e25f2333bd7c3a (patch) | |
| tree | 0102102b09723ba4c377932d6d2f8889daa4e31d | |
| parent | 2b8fb01a252789ae2356be0472416c3fffd2a9b3 (diff) | |
| download | man-pages-0376872661bc44c0ddb3a52438e25f2333bd7c3a.tar.gz | |
sched_setattr.2: Fix order of SEE ALSO entries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/sched_setattr.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index 8bfc77d3c6..fa1d428084 100644 --- a/man2/sched_setattr.2 +++ b/man2/sched_setattr.2 @@ -391,12 +391,12 @@ for the case described in ERRORS. .BR sched_get_priority_max (2), .BR sched_get_priority_min (2), .BR sched_getaffinity (2), -.BR sched_getscheduler (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_getschedparam (3), |
