From 149279d41fcc478410a728cca2eaed79e80d3503 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 6 Aug 2007 12:30:06 +0000 Subject: [PATCH] Fixed structure of refsects; trailing WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240777 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/posix/functions/posix-geteuid.xml | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/reference/posix/functions/posix-geteuid.xml b/reference/posix/functions/posix-geteuid.xml index 4cb84b320b..e24e4cd06d 100644 --- a/reference/posix/functions/posix-geteuid.xml +++ b/reference/posix/functions/posix-geteuid.xml @@ -1,11 +1,11 @@ - + posix_geteuid Return the effective user ID of the current process - + &reftitle.description; @@ -18,14 +18,21 @@ to convert this into a useable username. - + + + &reftitle.returnvalues; + + Returns the user id, as an integer + + + &reftitle.examples; <function>posix_geteuid</function> example This example will show the current user id then set the - effective user id to a separate id using + effective user id to a separate id using posix_seteuid, then show the difference between the real id and the effective id. @@ -42,13 +49,6 @@ echo posix_geteuid().'\n'; //10000 - - - &reftitle.returnvalues; - - Returns the user id, as an integer - - &reftitle.seealso;