On 5/4/07, Nuno Lopes <[EMAIL PROTECTED]> wrote:
Hi,
I did a cursory review of the commit and it's ok, except the following
(repeated several times):
+ <programlisting role="php">
+<![CDATA[
+#!/usr/local/bin/php
+<?php
I don't really like the shebang there, nor I do think it should go into the
examples. Please remove that.
The order of the <refsects /> are also weird at times.
For instance in posix_ctermid() the example is before the return
value, in posix_getegid() the notes are before the return value...
In posix-getcwd.xml: "This function can fail on can fail on"
BTW: The docs are already online: http://php.net/ref.posix \o/
-Hannes