summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages)2016-11-10 11:59:27 +0100
committerKarel Zak2016-11-29 10:44:19 +0100
commitf053ff1e3a30c7ceb10e7e4fb977810f16344453 (patch)
tree4336abc328af1317cc31cd0d0371131750558c4d /schedutils
parentFix typo in page cross reference (capabilities(7), not, capability(7)) (diff)
downloadkernel-qcow2-util-linux-f053ff1e3a30c7ceb10e7e4fb977810f16344453.tar.gz
kernel-qcow2-util-linux-f053ff1e3a30c7ceb10e7e4fb977810f16344453.tar.xz
kernel-qcow2-util-linux-f053ff1e3a30c7ceb10e7e4fb977810f16344453.zip
Place SEE ALSO entries in order
This patch does only the following: * Order SEE ALSO entries first by section name, then alphabetically within section * Adds one or two missing commas in SEE ALSO lists * Removes one or two periods that were (inconsistently) used at the end of SEE ALSO lists. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.12
-rw-r--r--schedutils/taskset.14
2 files changed, 3 insertions, 3 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1
index 63972a79a..869b4fd81 100644
--- a/schedutils/chrt.1
+++ b/schedutils/chrt.1
@@ -152,9 +152,9 @@ may be ignored on some systems.
Linux' default scheduling policy is
.BR SCHED_OTHER .
.SH SEE ALSO
-.BR taskset (1),
.BR nice (1),
.BR renice (1),
+.BR taskset (1),
.BR sched (7)
.sp
See
diff --git a/schedutils/taskset.1 b/schedutils/taskset.1
index 3ea03b7e2..13ed58318 100644
--- a/schedutils/taskset.1
+++ b/schedutils/taskset.1
@@ -119,8 +119,8 @@ A user can retrieve the affinity mask of any process.
.BR chrt (1),
.BR nice (1),
.BR renice (1),
-.BR sched_setaffinity (2),
-.BR sched_getaffinity (2)
+.BR sched_getaffinity (2),
+.BR sched_setaffinity (2)
.sp
See
.BR sched_setscheduler (2)