1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-07-24
Description: Fix typo in manpage
Forwarded: Nigel Kukard <nkukard@lbsd.net> (https://bugs.debian.org/1109810)
--- a/docs/manpages/cputool.rst
+++ b/docs/manpages/cputool.rst
@@ -50,13 +50,13 @@ manage the process group created by that
``-c``, ``--cpu-limit`` *PERCENT*
-Specify the maxium CPU the process / process group can use. Expressed as
+Specify the maximum CPU the process / process group can use. Expressed as
percentage of total CPU. Eg. 200 is two full CPUs in a multi processor
system. Specify an integer value.
``-l``, ``--load-limit`` *LOAD*
-Specify the maxium load the system may experience for the process process
+Specify the maximum load the system may experience for the process process
group to continue running. Specifyng a fractional value is possible
(e.g. 3.5).
|