aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 04:23:53 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:13 +1000
commit04fb29507bc5e5da80cb34ef1b1a1dcd1b47bb3b (patch)
treecabc558a600f0ab1895d89e9bbe1b1b94f4e6069
parent0376872661bc44c0ddb3a52438e25f2333bd7c3a (diff)
downloadman-pages-04fb29507bc5e5da80cb34ef1b1a1dcd1b47bb3b.tar.gz
sched_setparam.2: Fix order of SEE ALSO entries
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/sched_setparam.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2
index 9fd10714d4..d9f39e819a 100644
--- a/man2/sched_setparam.2
+++ b/man2/sched_setparam.2
@@ -134,8 +134,8 @@ see
.BR sched_getaffinity (2),
.BR sched_getscheduler (2),
.BR sched_setaffinity (2),
-.BR sched_setscheduler (2),
.BR sched_setattr (2),
+.BR sched_setscheduler (2),
.BR setpriority (2),
.BR capabilities (7),
.BR sched (7)