Minor updates to the proc_nice() docs for Windows, as we no longer mimic WMIC values

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341078 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2016-11-19 09:23:07 +00:00
parent a9977adcc2
commit 88df56ddeb

View file

@ -156,11 +156,7 @@ proc_nice(-20)
<note>
<title>Windows only</title>
<para>
The values of <parameter>increment</parameter> tries to mimic the output of
the <literal>wmic</literal>.
</para>
<para>
On Windows this function will only change the <emphasis>current</emphasis> process
<function>proc_nice</function> will change the <emphasis>current</emphasis> process
priority, even if PHP was compiled using thread safety.
</para>
</note>