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:
Christoph Michael Becker 2017-01-28 16:47:29 +00:00
parent 0ade9d91c1
commit eecd69fcd9

View file

@ -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>