kfogel 02/01/25 13:07:49
Modified: include apr_file_io.h
Log:
(apr_file_write_full): Clarify documentation.
Revision Changes Path
1.116 +3 -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.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- apr_file_io.h 24 Jan 2002 04:28:08 -0000 1.115
+++ apr_file_io.h 25 Jan 2002 21:07:49 -0000 1.116
@@ -329,7 +329,9 @@
* will block until they can be written. Exceptional error such as
* "out of space" or "pipe closed" will terminate with an error.
*
- * It is possible for both bytes to be written and an error to be
returned.
+ * It is possible for both bytes to be written and an error to be
+ * returned. And if *bytes_written is less than nbytes, an
+ * accompanying error is _always_ returned.
*
* APR_EINTR is never returned.
*/