PRIO_MIN
(void)setpriority(PRIO_PROCESS, 0, PRIO_MIN);
if (n < PRIO_MIN)
n = PRIO_MIN;
prio = strtonum(argv[1] + 1, PRIO_MIN, PRIO_MAX, &errstr);
prio = strtonum(optarg, PRIO_MIN, PRIO_MAX, &errstr);
p->pri < PRIO_MIN ? PRIO_MIN : p->pri;
#if defined(PRIO_MIN) && defined(PRIO_MAX)
if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX)