From 412052d434bb09a5237c125063a269a3c8b5fe2f Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 9 Dec 2020 11:35:54 +0000 Subject: [PATCH] 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 --- reference/pcntl/functions/pcntl-signal.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/pcntl/functions/pcntl-signal.xml b/reference/pcntl/functions/pcntl-signal.xml index 6752f8cbf7..04ccedecc9 100644 --- a/reference/pcntl/functions/pcntl-signal.xml +++ b/reference/pcntl/functions/pcntl-signal.xml @@ -50,7 +50,7 @@ voidhandler intsigno - mixedsigninfo + mixedsiginfo @@ -116,8 +116,8 @@ 7.1.0 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.