You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/06/14 18:02:21 UTC

svn commit: r954529 - /subversion/trunk/subversion/include/svn_io.h

Author: julianfoad
Date: Mon Jun 14 16:02:21 2010
New Revision: 954529

URL: http://svn.apache.org/viewvc?rev=954529&view=rev
Log:
* subversion/include/svn_io.h
  (svn_io_open_uniquely_named): Mention that the file won't be open if
    the file handle output parameter is null.

Modified:
    subversion/trunk/subversion/include/svn_io.h

Modified: subversion/trunk/subversion/include/svn_io.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=954529&r1=954528&r2=954529&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Mon Jun 14 16:02:21 2010
@@ -130,7 +130,8 @@ svn_io_check_resolved_path(const char *p
  * utf-8 encoded @a filename, in the directory @a dirpath.  The file handle is
  * returned in @a *file, and the name, which ends with @a suffix, is returned
  * in @a *unique_name, also utf8-encoded.  Either @a file or @a unique_name
- * may be @c NULL.
+ * may be @c NULL.  If @a file is @c NULL, the file will be created but not
+ * open.
  *
  * If @a delete_when is #svn_io_file_del_on_close, then the @c APR_DELONCLOSE
  * flag will be used when opening the file.  The @c APR_BUFFERED flag will