On Fri, 20 Mar 2015 13:42:29 -0600, "Todd C. Miller" wrote: > 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.
This should have mentioned that the diff was based on one from Benjamin Baier. My apologies. - todd
