mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
removed extraneous 'commonly' - there is no other way. Even if there is, it reads better without.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132537 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cb0fc49651
commit
18420a418a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.posix-strerror">
|
||||
<refnamediv>
|
||||
<refname>posix_strerror</refname>
|
||||
|
@ -17,7 +17,7 @@
|
|||
Returns the POSIX system error message associated with the given errno.
|
||||
If <parameter>errno</parameter> is 0, then the string "Success" is
|
||||
returned. The function <function>posix_get_last_error</function> is
|
||||
commonly used for retrieving the last POSIX errno.
|
||||
used for retrieving the last POSIX errno.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>posix_get_last_error</function>.
|
||||
|
|
Loading…
Reference in a new issue