Control: tag -1 pending [Pietro Battiston] > While I'm at it, let me point out that the two sentences are not really > in agreement, and "sceduling" misses an "h". I would suggest replacing > with > > "This function removes all jobs that have a nice value greater than 9 > (default is 0, and 10 when running with the "nice" command)." > > > Anyway, thanks for your clarification.
Thank you for the suggestion. I've just commited it to git. diff --git a/debian/patches/linux-nice-level.dpatch b/debian/patches/linux-nice-level.dpatch index 057568e..3ec295f 100644 --- a/debian/patches/linux-nice-level.dpatch +++ b/debian/patches/linux-nice-level.dpatch @@ -16,8 +16,8 @@ Index: killer-git/killer -This function removes all jobs that have a nice value greater than 20. -That is, they have a lower sceduling priority than the default. -+This function removes all jobs that have a nice value greater than 9. -+That is, they have a lower sceduling priority than the default (0). ++This function removes all jobs that have a nice value greater than 9 (default ++is 0, and 10 when running with the "nice" command without specifying nice value). Example: -- Happy hacking Petter Reinholdtsen

