davey Thu Jun 19 15:02:02 2003 EDT Modified files: /phpdoc/en/reference/posix/functions posix-strerror.xml Log: removed extraneous 'commonly' - there is no other way. Even if there is, it reads better without. Index: phpdoc/en/reference/posix/functions/posix-strerror.xml diff -u phpdoc/en/reference/posix/functions/posix-strerror.xml:1.1 phpdoc/en/reference/posix/functions/posix-strerror.xml:1.2 --- phpdoc/en/reference/posix/functions/posix-strerror.xml:1.1 Wed May 21 19:54:59 2003 +++ phpdoc/en/reference/posix/functions/posix-strerror.xml Thu Jun 19 15:02:02 2003 @@ -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>.
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php