From commits-return-12442-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Sun Jan 22 10:18:38 2012 Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFC45BC86 for ; Sun, 22 Jan 2012 10:18:38 +0000 (UTC) Received: (qmail 65912 invoked by uid 500); 22 Jan 2012 10:18:38 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 65814 invoked by uid 500); 22 Jan 2012 10:18:37 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 65807 invoked by uid 99); 22 Jan 2012 10:18:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jan 2012 10:18:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jan 2012 10:18:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5D60B23888CD for ; Sun, 22 Jan 2012 10:18:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1234475 - /apr/apr-util/branches/1.5.x/include/apr_buckets.h Date: Sun, 22 Jan 2012 10:18:16 -0000 To: commits@apr.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120122101816.5D60B23888CD@eris.apache.org> Author: sf Date: Sun Jan 22 10:18:15 2012 New Revision: 1234475 URL: http://svn.apache.org/viewvc?rev=1234475&view=rev Log: Merge r1234474: clarify docs Modified: apr/apr-util/branches/1.5.x/include/apr_buckets.h Modified: apr/apr-util/branches/1.5.x/include/apr_buckets.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apr_buckets.h?rev=1234475&r1=1234474&r2=1234475&view=diff ============================================================================== --- apr/apr-util/branches/1.5.x/include/apr_buckets.h (original) +++ apr/apr-util/branches/1.5.x/include/apr_buckets.h Sun Jan 22 10:18:15 2012 @@ -687,7 +687,8 @@ APU_DECLARE(apr_status_t) apr_brigade_cl * @param b The brigade to split * @param e The first bucket to move * @param a The brigade which should be used for the result or NULL if - * a new brigade should be created. + * a new brigade should be created. The brigade @param a will be + * cleared if it is not empty. * @return The brigade supplied in @param a or a new one if @param a was NULL. * @warning Note that this function allocates a new brigade if @param a is * NULL so memory consumption should be carefully considered.