Date: 10/09/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /de Translators"
- Previous message: James Moore: "[PHP-DOC] RE: [PHP-NOTES] note 8994 added to Array Functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hholzgra Mon Oct 9 08:06:37 2000 EDT
Modified files:
/phpdoc/en/functions posix.xml
Log:
GNU systems support an additional field 'domainname' in posix_uname()
Index: phpdoc/en/functions/posix.xml
diff -u phpdoc/en/functions/posix.xml:1.6 phpdoc/en/functions/posix.xml:1.7
--- phpdoc/en/functions/posix.xml:1.6 Fri Sep 15 09:09:43 2000
+++ phpdoc/en/functions/posix.xml Mon Oct 9 08:06:37 2000
@@ -408,11 +408,20 @@
<listitem><simpara>
machine - system architecture (e.g. i586)
</simpara></listitem>
- </itemizedlist></para>
+ <listitem><simpara>
+ domainname - DNS domainname (e.g. php.net)
+ </simpara></listitem>
+ </itemizedlist>
+ </para>
<para>
+ domainname is a GNU extension and not part of POSIX.1, so this
+ field is only available on GNU systems or when using the GNU libc.
+ </para>
+ <para>
Posix requires that you must not make any assumptions about the
format of the values, e.g. you cannot rely on three digit version
- numbers or anything else returned by this function.</para>
+ numbers or anything else returned by this function.
+ </para>
</refsect1>
</refentry>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /de Translators"
- Previous message: James Moore: "[PHP-DOC] RE: [PHP-NOTES] note 8994 added to Array Functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

