mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268704 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
efb6b44fd9
commit
2ec338d593
3 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 xml:id="function.pcntl-sigprocmask" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>pcntl_sigprocmask</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<type>bool</type><methodname>pcntl_sigprocmask</methodname>
|
||||
<methodparam><type>int</type><parameter>how</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>set</parameter></methodparam>
|
||||
<methodparam choise="opt"><type>array</type><parameter role="reference">oldset</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter role="reference">oldset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>pcntl_sigprocmask</function> function adds, removes or sets blocked
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.pcntl-sigtimedwait" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>pcntl_sigtimedwait</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
The <function>pcntl_sigtimedwait</function> function operates in exactly
|
||||
the same way as <function>pcntl_sigwaitinfo</function> except that it takes
|
||||
two additional parameters, <parameter>seconds</parameter> and
|
||||
<parameter>nanoseconds</parameter>, which enable an upper boud to be placed
|
||||
<parameter>nanoseconds</parameter>, which enable an upper bound to be placed
|
||||
on the time for which the script is suspended.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.pcntl-sigwaitinfo" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>pcntl_sigwaitinfo</refname>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<term><parameter>siginfo</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The <parameter>siginfo</parameter> is set to an array containing
|
||||
The <parameter>siginfo</parameter> parameter is set to an array containing
|
||||
informations about the signal.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue