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:
Davey Shafik 2003-06-19 19:02:02 +00:00
parent cb0fc49651
commit 18420a418a

View file

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