mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Also repair those WS issues (\t => \s{8})
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129192 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
184008161d
commit
bedac40fa4
1 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/pcntl.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.pcntl-waitpid">
|
||||
<refnamediv>
|
||||
|
@ -38,31 +38,31 @@
|
|||
<tgroup cols="2">
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>< -1</literal></entry>
|
||||
<entry>
|
||||
wait for any child process whose process group ID is equal to
|
||||
the absolute value of <parameter>pid</parameter>.
|
||||
</entry>
|
||||
<entry><literal>< -1</literal></entry>
|
||||
<entry>
|
||||
wait for any child process whose process group ID is equal to
|
||||
the absolute value of <parameter>pid</parameter>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>-1</literal></entry>
|
||||
<entry>
|
||||
wait for any child process; this is the same behaviour that
|
||||
the wait function exhibits.
|
||||
</entry>
|
||||
<entry><literal>-1</literal></entry>
|
||||
<entry>
|
||||
wait for any child process; this is the same behaviour that
|
||||
the wait function exhibits.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>0</literal></entry>
|
||||
<entry>
|
||||
wait for any child process whose process group ID is equal to
|
||||
that of the calling process.
|
||||
wait for any child process whose process group ID is equal to
|
||||
that of the calling process.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>> 0</literal></entry>
|
||||
<entry>
|
||||
wait for the child whose process ID is equal to the value of
|
||||
<parameter>pid</parameter>.
|
||||
wait for the child whose process ID is equal to the value of
|
||||
<parameter>pid</parameter>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -91,14 +91,14 @@
|
|||
<row>
|
||||
<entry><literal>WNOHANG</literal></entry>
|
||||
<entry>
|
||||
return immediately if no child has exited.
|
||||
</entry>
|
||||
return immediately if no child has exited.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>WUNTRACED</literal></entry>
|
||||
<entry>
|
||||
return for children which are stopped, and whose status has
|
||||
not been reported.
|
||||
return for children which are stopped, and whose status has
|
||||
not been reported.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue