cortesi         Mon Mar 25 19:00:18 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  adding parameter into DocBook tag
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.133 
phpdoc/en/functions/filesystem.xml:1.134
--- phpdoc/en/functions/filesystem.xml:1.133    Mon Mar 25 18:58:19 2002
+++ phpdoc/en/functions/filesystem.xml  Mon Mar 25 19:00:18 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.133 $ -->
+<!-- $Revision: 1.134 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -585,7 +585,7 @@
      Returns a string of up to length - 1 bytes read from the file
      pointed to by fp. Reading ends when length - 1 bytes have been
      read, on a newline (which is included in the return value), or on
-     EOF (whichever comes first). f no length is specified, the length 
+     EOF (whichever comes first). If no length is specified, the length 
      defaults to 1k, or 1024 bytes.
     </para>
     <para>
@@ -2893,7 +2893,7 @@
      </methodsynopsis>
     <para>
      Attempts to set the access and modification time of the file named by
-     filename to the value given by time. If the option time is not
+     filename to the value given by time. If the option <parameter>time</parameter> 
+is not
      given, uses the present time. This is equivalent to what utime
      (sometimes referred to as utimes) does.
     </para>


Reply via email to