Fix instances of siginfo and signinfo being used interchangably on pcntl_signal page

Closes GH-274.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351964 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-12-09 11:35:54 +00:00
parent 4528db2d91
commit 412052d434

View file

@ -50,7 +50,7 @@
<methodsynopsis>
<type>void</type><methodname><replaceable>handler</replaceable></methodname>
<methodparam><type>int</type><parameter>signo</parameter></methodparam>
<methodparam><type>mixed</type><parameter>signinfo</parameter></methodparam>
<methodparam><type>mixed</type><parameter>siginfo</parameter></methodparam>
</methodsynopsis>
<variablelist>
<varlistentry>
@ -116,8 +116,8 @@
<entry>7.1.0</entry>
<entry>
As of PHP 7.1.0 the handler callback is given a second argument
containing the signinfo of the specific signal. This data is only
supplied if the operating system has the signinfo_t structure.
containing the siginfo of the specific signal. This data is only
supplied if the operating system has the siginfo_t structure.
If the OS does not implement siginfo_t NULL is supplied.
</entry>
</row>