Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 7975 invoked by uid 500); 25 Jan 2002 21:07:50 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 7964 invoked from network); 25 Jan 2002 21:07:50 -0000 Date: 25 Jan 2002 21:07:49 -0000 Message-ID: <20020125210749.41981.qmail@icarus.apache.org> From: kfogel@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_file_io.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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. */