jerenkrantz 02/01/18 11:24:09
Modified: include apr_file_io.h
Log:
docco update
Revision Changes Path
1.114 +1 -1 apr/include/apr_file_io.h
Index: apr_file_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_file_io.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- apr_file_io.h 11 Jan 2002 09:04:51 -0000 1.113
+++ apr_file_io.h 18 Jan 2002 19:24:09 -0000 1.114
@@ -593,7 +593,7 @@
* @param template The template to use when creating a temp file.
* @param flags The flags to open the file with. If this is zero,
* the file is opened with
- * APR_READ | APR_WRITE | APR_EXCL | APR_DELONCLOSE
+ * APR_CREATE | APR_READ | APR_WRITE | APR_EXCL | APR_DELONCLOSE
* @param p The pool to allocate the file out of.
* @ingroup apr_file_open
* @remark