git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240778 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2007-08-06 12:44:40 +00:00
parent 149279d41f
commit af6d6f4fdc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.posix-getgid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>posix_getgid</refname>
@ -30,8 +30,8 @@
<example>
<title><function>posix_getgid</function> example</title>
<para>
This example will print out the real group id, even once it
the effective group id has been changed.
This example will print out the real group id, even once the effective
group id has been changed.
</para>
<programlisting role="php">
<![CDATA[