From d6cfb75428bf6f5f214ea8f99940e04147a0d668 Mon Sep 17 00:00:00 2001 From: Jann Horn Date: Sun, 5 Apr 2020 07:55:14 +0200 Subject: [PATCH] docs: renice(1): Add chrt(1) to SEE ALSO A user who wants to change the niceness of a process is likely to also be interested in changing the scheduler class and/or RT priority. Signed-off-by: Jann Horn --- sys-utils/renice.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-utils/renice.1 b/sys-utils/renice.1 index 44af9e0650..3ef3512f42 100644 --- a/sys-utils/renice.1 +++ b/sys-utils/renice.1 @@ -104,6 +104,7 @@ negative (to make things go very fast). to map user names to user IDs .SH SEE ALSO .BR nice (1), +.BR chrt (1), .BR getpriority (2), .BR setpriority (2), .BR credentials (7), -- 2.47.3