[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml From: Zak Greant (jag <email protected>)
Date: 11/22/01

zak Thu Nov 22 12:50:57 2001 EDT

  Modified files:
    /phpdoc/en/functions filesystem.xml
  Log:
  Clarified the tempnam documentation
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.88 phpdoc/en/functions/filesystem.xml:1.89
--- phpdoc/en/functions/filesystem.xml:1.88 Sat Nov 17 22:07:17 2001
+++ phpdoc/en/functions/filesystem.xml Thu Nov 22 12:50:57 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.88 $ -->
+<!-- $Revision: 1.89 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -2787,7 +2787,7 @@
   <refentry id="function.tempnam">
    <refnamediv>
     <refname>tempnam</refname>
- <refpurpose>Creates unique file name</refpurpose>
+ <refpurpose>Create file with unique file name</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -2799,9 +2799,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- Creates a unique temporary filename in the specified directory.
+ Creates a file with a unique filename in the specified directory.
      If the directory does not exist, <function>tempnam</function> may
- generate a filename in the system's temporary directory.
+ generate a filename in the system's temporary directory.
     </para>
     <para>
      Prior to PHP 4.0.6, the behaviour of the
@@ -2814,7 +2814,7 @@
      tempnam(3) function if in doubt.
     </para>
     <para>
- Returns the new temporary filename, or the &null; string on
+ Returns the new temporary filename, or the &false; string on
      failure.
      <example>
       <title><function>tempnam</function> example</title>