mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132052 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0c69d5735a
commit
dcc970d81f
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id='function.proc-nice'>
|
||||
<refnamediv>
|
||||
<refname>proc_nice</refname>
|
||||
|
@ -15,16 +15,16 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>proc_nice</function> changes the priority of the current
|
||||
process. If an errno occurs, like the user lacks permission to change
|
||||
process. If an error occurs, like the user lacks permission to change
|
||||
the priority, an error of level <constant>E_WARNING</constant> is
|
||||
generated and &false; is returned. Otherwise, &true; is returned.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<function>proc_nice</function> will only exist if your system has NICE
|
||||
capabilities. NICE conforms to: SVr4, SVID EXT, AT&T, X/OPEN, BSD
|
||||
4.3. So, for example, <function>proc_nice</function> is not available
|
||||
in Windows.
|
||||
<function>proc_nice</function> will only exist if your system has 'nice'
|
||||
capabilities. 'nice' conforms to: SVr4, SVID EXT, AT&T, X/OPEN, BSD
|
||||
4.3. This means that <function>proc_nice</function> is not available
|
||||
on Windows.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue