CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/20 13:42:29
Modified files:
usr.bin/renice : renice.8 renice.c
Log message:
POSIX says the renice -n flag is an increment, not an absolute
priority. The historic BSD renice used an absolute priority, so
we need to preserve that behavior for, e.g. "renice +1 $$". When
mixing historic syntax with the -n flag, the increment specified
via -n will only affect the entries that follow it.
