You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/02/15 17:14:13 UTC

svn commit: r1446669 - /subversion/trunk/subversion/include/svn_auth.h

Author: julianfoad
Date: Fri Feb 15 16:14:12 2013
New Revision: 1446669

URL: http://svn.apache.org/r1446669
Log:
* subversion/include/svn_auth.h
  (svn_auth_cleanup_callback): Clarify a point in the doc string.

Modified:
    subversion/trunk/subversion/include/svn_auth.h

Modified: subversion/trunk/subversion/include/svn_auth.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_auth.h?rev=1446669&r1=1446668&r2=1446669&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_auth.h (original)
+++ subversion/trunk/subversion/include/svn_auth.h Fri Feb 15 16:14:12 2013
@@ -785,7 +785,8 @@ svn_auth_get_simple_provider2(
  * @a provider specifies which provider currently holds the credential.
  *
  * Before returning set @a *delete_cred to TRUE to remove the credential from
- * the cache.
+ * the cache; leave @a *delete_cred unchanged or set it to FALSE to keep the
+ * credential.
  *
  * @since New in 1.8.
  */