ID: 33540
Updated by: [EMAIL PROTECTED]
Reported By: webmaster at colder dot ch
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Irrelevant
PHP Version: Irrelevant
New Comment:
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.
Thank you for the report, and for helping us make our documentation
better.
Previous Comments:
------------------------------------------------------------------------
[2005-07-01 20:32:43] webmaster at colder dot ch
Description:
------------
There is a typo problem in the filectime() man page in at least 2
languages.
Here are the 2 patches:
Index: en/reference/filesystem/functions/filectime.xml
===================================================================
RCS file:
/repository/phpdoc/en/reference/filesystem/functions/filectime.xml,v
retrieving revision 1.6
diff -u -r1.6 filectime.xml
--- en/reference/filesystem/functions/filectime.xml 15 Dec 2003
16:49:45 -0000 1.6
+++ en/reference/filesystem/functions/filectime.xml 1 Jul 2005 18:17:03
-0000
@@ -36,7 +36,7 @@
<para>
<example>
- <title><function>fileatime</function> example</title>
+ <title><function>filectime</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
Index: fr/reference/filesystem/functions/filectime.xml
===================================================================
RCS file:
/repository/phpdoc-fr/reference/filesystem/functions/filectime.xml,v
retrieving revision 1.11
diff -u -r1.11 filectime.xml
--- fr/reference/filesystem/functions/filectime.xml 16 Nov 2004
21:43:28 -0000 1.11
+++ fr/reference/filesystem/functions/filectime.xml 1 Jul 2005 18:28:01
-0000
@@ -40,7 +40,7 @@
<para>
<example>
- <title>Exemple avec <function>fileatime</function></title>
+ <title>Exemple avec <function>filectime</function></title>
<programlisting role="php">
<![CDATA[
<?php
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33540&edit=1