mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #65185: pcntl_errno() is wrongly defined as an alias of pcntl_strerror()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341794 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ade9d91c1
commit
eecd69fcd9
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
<refentry xml:id="function.pcntl-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>pcntl_errno</refname>
|
||||
<refpurpose>&Alias; <function>pcntl_strerror</function></refpurpose>
|
||||
<refpurpose>&Alias; <function>pcntl_get_last_error</function></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<simpara>
|
||||
&info.function.alias;
|
||||
<function>pcntl_strerror</function>
|
||||
<function>pcntl_get_last_error</function>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue