From 6148736c9d2d7f82697a91ca43779578922a4f1b Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Thu, 9 Aug 2007 09:01:06 +0000 Subject: [PATCH] typo (errno is displayed) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240938 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/posix/functions/posix-get-last-error.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/posix/functions/posix-get-last-error.xml b/reference/posix/functions/posix-get-last-error.xml index 345762a8b0..0e8000cded 100644 --- a/reference/posix/functions/posix-get-last-error.xml +++ b/reference/posix/functions/posix-get-last-error.xml @@ -1,5 +1,5 @@ - + posix_get_last_error @@ -34,7 +34,7 @@ <function>posix_get_last_error</function> example 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.