victor          Sun Mar  2 05:44:59 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file-exists.xml 
  Log:
  Fix for bug #22399
  
Index: phpdoc/en/reference/filesystem/functions/file-exists.xml
diff -u phpdoc/en/reference/filesystem/functions/file-exists.xml:1.7 
phpdoc/en/reference/filesystem/functions/file-exists.xml:1.8
--- phpdoc/en/reference/filesystem/functions/file-exists.xml:1.7        Sat Feb 22 
13:55:36 2003
+++ phpdoc/en/reference/filesystem/functions/file-exists.xml    Sun Mar  2 05:44:58 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.file-exists">
    <refnamediv>
@@ -19,8 +19,8 @@
     <note>
      <title>Using Windows shares</title>
      <para>
-      On windows, use <filename>//computername/share/filename</filename> or
-      <filename>\\\\computername\share\filename</filename> to check files on
+      On windows, use '<filename>//computername/share/filename</filename>' or
+      '<filename>\\computername\share\filename</filename>' to check files on
       network shares.
      </para>
     </note>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to