PRIO_MAX
if (strtol(argv[1], (char **)NULL, 10) > (PRIO_MAX+1)) {
gettext(" where %d <= priority <= %d\n"), PRIO_MIN, PRIO_MAX);