didou Tue Feb 10 05:03:02 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions readlink.xml
Log:
corrected return value (user note)
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/readlink.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/filesystem/functions/readlink.xml
diff -u phpdoc/en/reference/filesystem/functions/readlink.xml:1.4
phpdoc/en/reference/filesystem/functions/readlink.xml:1.5
--- phpdoc/en/reference/filesystem/functions/readlink.xml:1.4 Sat Aug 16 17:42:13
2003
+++ phpdoc/en/reference/filesystem/functions/readlink.xml Tue Feb 10 05:02:58
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.readlink">
<refnamediv>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
<function>readlink</function> does the same as the readlink C
- function and returns the contents of the symbolic link path or 0
+ function and returns the contents of the symbolic link path or &false;
in case of error.
</para>
<para>