From: Jann Horn Date: Sun, 5 Apr 2020 05:55:14 +0000 (+0200) Subject: docs: renice(1): Add chrt(1) to SEE ALSO X-Git-Tag: v2.36-rc1~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6cfb75428bf6f5f214ea8f99940e04147a0d668;p=thirdparty%2Futil-linux.git 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 --- 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),