From 904db3991f96bc8b736977136d827f11bfdba6b2 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Thu, 12 Aug 2004 20:15:27 +0000 Subject: [PATCH] - Explain that the parameter is an increment value. Fixes bug #29638. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166187 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/proc-nice.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/reference/exec/functions/proc-nice.xml b/reference/exec/functions/proc-nice.xml index 2b971ad1b4..4b455575c9 100644 --- a/reference/exec/functions/proc-nice.xml +++ b/reference/exec/functions/proc-nice.xml @@ -1,5 +1,5 @@ - + proc_nice @@ -11,13 +11,15 @@ Description boolproc_nice - intpriority + intincrement - proc_nice changes the priority of the current - process. 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. + 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 + E_WARNING is generated and &false; is returned. + Otherwise, &true; is returned.