NAME nice - change process priority CONTENTS Synopsis Description Errors Notes SYNOPSIS #include <unistd.h> "int nice(int "inc); DESCRIPTION nice adds inc to the nice value for the calling pid. (A large nice value means a low priority.) Only the super user may specify a negative increment, or priority increase. "RETURN VALUE" On success, zero is returned. On error, -1 is returned, and errno is set appropriately. ERRORS
"int nice(int "inc); DESCRIPTION nice adds inc to the nice value for the calling pid. (A large nice value means a low priority.) Only the super user may specify a negative increment, or priority increase. "RETURN VALUE" On success, zero is returned. On error, -1 is returned, and errno is set appropriately. ERRORS