From f053ff1e3a30c7ceb10e7e4fb977810f16344453 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk (man-pages) Date: Thu, 10 Nov 2016 11:59:27 +0100 Subject: 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 --- schedutils/chrt.1 | 2 +- schedutils/taskset.1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'schedutils') 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) -- cgit v1.2.3-55-g7522