diff --git a/reference/exec/functions/proc-nice.xml b/reference/exec/functions/proc-nice.xml index 4b455575c9..84becd5ef6 100644 --- a/reference/exec/functions/proc-nice.xml +++ b/reference/exec/functions/proc-nice.xml @@ -1,5 +1,5 @@ - + proc_nice @@ -14,10 +14,12 @@ intincrement - proc_nice increases the priority of the current - process. You can use a negative increment to - decrease the priority. If an error occurs, like the user lacks permission - to change the priority, an error of level + proc_nice changes the priority of the current + process by the amount specified in increment. A + positive increment will lower the priority of the + current process, whereas a negative increment + will raise the priority. If an error occurs, like the user lacks + permission to change the priority, an error of level E_WARNING is generated and &false; is returned. Otherwise, &true; is returned.