jimw            Thu Dec 20 14:11:40 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  readlink: see also is_link (and not readlink, which seems a little redundant :)
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.104 
phpdoc/en/functions/filesystem.xml:1.105
--- phpdoc/en/functions/filesystem.xml:1.104    Thu Dec 20 14:09:15 2001
+++ phpdoc/en/functions/filesystem.xml  Thu Dec 20 14:11:40 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.104 $ -->
+<!-- $Revision: 1.105 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -2539,8 +2539,8 @@
     in case of error.
     </para>
     <para>
-     See also <function>symlink</function>,
-     <function>readlink</function> and
+     See also <function>is_link</function>,
+     <function>symlink</function> and
      <function>linkinfo</function>.
     </para>
     &note.no-windows;


Reply via email to