On Fri, 15 May 2015 13:34:31 -0600, Jason McIntyre wrote:

> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]    2015/05/15 13:34:31
> 
> Modified files:
>       usr.bin/renice : renice.8 renice.c 
> 
> Log message:
> rework synopsis to be a bit less ugly; the result is quite close to the posix
> spec...

Unfortunately, it is no longer accurrate.  For instance, there's
no indication that the id can be interleaved with the arguments.
For example, all of the following are valid:

 $ renice -n 10 -g $$ -p $$ -u millert

 $ renice -n 10 -p 8763 -n 20 -p 9873

Our renice is more like the traditional BSD version than what POSIX
specifies.

 - todd

Reply via email to