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 00FDAD59C for ; Fri, 17 May 2013 20:00:11 +0000 (UTC) Received: (qmail 45973 invoked by uid 500); 17 May 2013 20:00:11 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 45948 invoked by uid 500); 17 May 2013 20:00:11 -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 45941 invoked by uid 99); 17 May 2013 20:00:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 20:00:11 +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; Fri, 17 May 2013 20:00:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 26C3A2388906; Fri, 17 May 2013 19:59:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1483965 - /subversion/trunk/subversion/include/svn_wc.h Date: Fri, 17 May 2013 19:59:50 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130517195950.26C3A2388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Date: Fri May 17 19:59:49 2013 New Revision: 1483965 URL: http://svn.apache.org/r1483965 Log: * subversion/include/svn_wc.h (svn_wc_read_kind2): Fix broken links to svn_node_none in documentation. Modified: subversion/trunk/subversion/include/svn_wc.h Modified: subversion/trunk/subversion/include/svn_wc.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1483965&r1=1483964&r2=1483965&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_wc.h (original) +++ subversion/trunk/subversion/include/svn_wc.h Fri May 17 19:59:49 2013 @@ -8131,17 +8131,17 @@ svn_wc_exclude(svn_wc_context_t *wc_ctx, * * If @a show_hidden and @a show_deleted are both @c FALSE, the kind of * scheduled for delete, administrative only 'not present' and excluded - * nodes is reported as #svn_node_kind_node. This is recommended as a check + * nodes is reported as #svn_node_none. This is recommended as a check * for 'is there a versioned file or directory here?' * * If @a show_deleted is FALSE, but @a show_hidden is @c TRUE then only * scheduled for delete and administrative only 'not present' nodes are - * reported as #svn_node_kind_none. This is recommended as check for + * reported as #svn_node_none. This is recommended as check for * 'Can I add a node here?' * * If @a show_deleted is TRUE, but @a show_hidden is FALSE, then only * administrative only 'not present' nodes and excluded nodes are reported as - * #svn_node_kind_none. This behavior is the behavior bescribed as 'hidden' + * #svn_node_none. This behavior is the behavior bescribed as 'hidden' * before Subversion 1.7. * * If @a show_hidden and @a show_deleted are both @c TRUE all nodes are