Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 831BD10C87 for ; Thu, 23 Jan 2014 20:58:38 +0000 (UTC) Received: (qmail 41225 invoked by uid 500); 23 Jan 2014 20:58:37 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 41174 invoked by uid 500); 23 Jan 2014 20:58:37 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 41167 invoked by uid 99); 23 Jan 2014 20:58:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 20:58: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; Thu, 23 Jan 2014 20:58:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9DFF72388868; Thu, 23 Jan 2014 20:58:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1560806 - /subversion/trunk/subversion/include/svn_ra.h Date: Thu, 23 Jan 2014 20:58:13 -0000 To: commits@subversion.apache.org From: brane@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140123205813.9DFF72388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brane Date: Thu Jan 23 20:58:13 2014 New Revision: 1560806 URL: http://svn.apache.org/r1560806 Log: * subversion/include/svn_ra.h (svn_ra_check_tunnel_func_t): Fix wrong docstring that was left over from an earlier iteration of the API. Modified: subversion/trunk/subversion/include/svn_ra.h Modified: subversion/trunk/subversion/include/svn_ra.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1560806&r1=1560805&r2=1560806&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_ra.h (original) +++ subversion/trunk/subversion/include/svn_ra.h Thu Jan 23 20:58:13 2014 @@ -287,8 +287,8 @@ typedef svn_boolean_t (*svn_ra_check_tun * Callback function for opening a tunnel in ra_svn. * * Given the @a tunnel_name, tunnel @a user and server @a hostname and - * @a port, return a new ra_svn connection in @a conn. The returned - * connection must be allocated from @a pool. + * @a port, open a tunnel to the serverand return its file handles + * in @a request and @a response, which are owned by @a pool. * * @a request and @a response are the standard input and output, * respectively, of the process on the other end of the tunnel.