]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: renice(1): Add chrt(1) to SEE ALSO
authorJann Horn <jannh@google.com>
Sun, 5 Apr 2020 05:55:14 +0000 (07:55 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 6 Apr 2020 09:59:43 +0000 (11:59 +0200)
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 <jannh@google.com>
sys-utils/renice.1

index 44af9e065015eac9f2b52ca3ee8bbf5327840aa2..3ef3512f42badb8a321aaba9c1df61be46e116e5 100644 (file)
@@ -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),