cortesi         Mon Mar 25 08:06:07 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  REFPURPOSE on the same line like on other files and removing some periods
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.131 
phpdoc/en/functions/filesystem.xml:1.132
--- phpdoc/en/functions/filesystem.xml:1.131    Sun Mar 24 14:09:11 2002
+++ phpdoc/en/functions/filesystem.xml  Mon Mar 25 08:06:07 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.131 $ -->
+<!-- $Revision: 1.132 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -14,9 +14,7 @@
   <refentry id="function.basename">
    <refnamediv>
     <refname>basename</refname>
-    <refpurpose>
-     Returns filename component of path
-    </refpurpose>
+    <refpurpose>Returns filename component of path</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -511,9 +509,7 @@
   <refentry id="function.fgetcsv">
    <refnamediv>
     <refname>fgetcsv</refname>
-    <refpurpose>
-     Gets line from file pointer and parse for CSV fields
-    </refpurpose>
+    <refpurpose>Gets line from file pointer and parse for CSV fields</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -642,9 +638,7 @@
   <refentry id="function.fgetss">
    <refnamediv>
     <refname>fgetss</refname>
-    <refpurpose>
-     Gets line from file pointer and strip HTML tags
-    </refpurpose>
+    <refpurpose>Gets line from file pointer and strip HTML tags</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1358,9 +1352,7 @@
   <refentry id="function.fpassthru">
    <refnamediv>
     <refname>fpassthru</refname> 
-    <refpurpose>
-     Output all remaining data on a file pointer
-    </refpurpose>
+    <refpurpose>Output all remaining data on a file pointer</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1605,9 +1597,7 @@
   <refentry id="function.fstat">
    <refnamediv>
     <refname>fstat</refname>
-    <refpurpose>
-     Gets information about a file using an open file pointer
-    </refpurpose>
+    <refpurpose>Gets information about a file using an open file pointer</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1680,9 +1670,7 @@
   <refentry id="function.ftruncate">
    <refnamediv>
     <refname>ftruncate</refname>
-    <refpurpose>
-     Truncates a file to a given length.
-    </refpurpose>
+    <refpurpose>Truncates a file to a given length</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1692,8 +1680,9 @@
       <methodparam><type>int</type><parameter>size</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Takes the filepointer, fp, and truncates the file to length, size.
-     This function returns &true; on success and &false; on failure.
+     Takes the filepointer, <parameter>fp</parameter>, and truncates the file to 
+     length, <parameter>size</parameter>. This function returns &true; on 
+     success and &false; on failure.
     </para>
    </refsect1>
   </refentry>
@@ -1751,9 +1740,7 @@
   <refentry id="function.set-file-buffer">
    <refnamediv>
     <refname>set_file_buffer</refname>
-    <refpurpose>
-     Sets file buffering on the given file pointer
-    </refpurpose>
+    <refpurpose>Sets file buffering on the given file pointer</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1865,9 +1852,7 @@
   <refentry id="function.is-file">
    <refnamediv>
     <refname>is_file</refname>
-    <refpurpose>
-     Tells whether the filename is a regular file
-    </refpurpose>
+    <refpurpose>Tells whether the filename is a regular file</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1892,9 +1877,7 @@
   <refentry id="function.is-link">
    <refnamediv>
     <refname>is_link</refname>
-    <refpurpose>
-     Tells whether the filename is a symbolic link
-    </refpurpose>
+    <refpurpose>Tells whether the filename is a symbolic link</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1925,9 +1908,7 @@
   <refentry id="function.is-readable">
    <refnamediv>
     <refname>is_readable</refname>
-    <refpurpose>
-     Tells whether the filename is readable
-    </refpurpose>
+    <refpurpose>Tells whether the filename is readable</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -2014,7 +1995,7 @@
   <refentry id="function.is-uploaded-file">
    <refnamediv>
     <refname>is_uploaded_file</refname>
-    <refpurpose>Tells whether the file was uploaded via HTTP POST.</refpurpose>
+    <refpurpose>Tells whether the file was uploaded via HTTP POST</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -2173,7 +2154,7 @@
   <refentry id="function.move-uploaded-file">
    <refnamediv>
     <refname>move_uploaded_file</refname>
-    <refpurpose>Moves an uploaded file to a new location.</refpurpose>
+    <refpurpose>Moves an uploaded file to a new location</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -2699,9 +2680,7 @@
   <refentry id="function.lstat">
    <refnamediv>
     <refname>lstat</refname>
-    <refpurpose>
-     Gives information about a file or symbolic link
-    </refpurpose>
+    <refpurpose>Gives information about a file or symbolic link</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>


Reply via email to