samesch Thu Aug 9 09:01:06 2007 UTC
Modified files:
/phpdoc/en/reference/posix/functions posix-get-last-error.xml
Log:
typo (errno is displayed)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-get-last-error.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-get-last-error.xml
diff -u phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.8
phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.9
--- phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.8 Wed Jun
20 22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-get-last-error.xml Thu Aug
9 09:01:06 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.posix-get-last-error"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>posix_get_last_error</refname>
@@ -34,7 +34,7 @@
<title><function>posix_get_last_error</function> example</title>
<para>
This example attempt to kill a bogus process id, which will set the
- last error. We will then print out the last error.
+ last error. We will then print out the last errno.
</para>
<programlisting role="php">
<![CDATA[