You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/08/24 17:35:03 UTC

svn commit: r1161159 - /subversion/trunk/subversion/include/svn_repos.h

Author: danielsh
Date: Wed Aug 24 15:35:03 2011
New Revision: 1161159

URL: http://svn.apache.org/viewvc?rev=1161159&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_dump_fs3): Update references to svn_fs_verify() and 
    svn_repos_verify_fs2() in the docstring.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1161159&r1=1161158&r2=1161159&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Wed Aug 24 15:35:03 2011
@@ -2474,7 +2474,7 @@ svn_repos_verify_fs(svn_repos_t *repos,
  * revision up through @a end_rev.  Use @a pool for all allocation.  If
  * non-@c NULL, send feedback to @a feedback_stream.  If @a dumpstream is
  * @c NULL, this is effectively a primitive verify.  It is not complete,
- * however; see svn_fs_verify instead.
+ * however; svn_repos_verify_fs2() and svn_fs_verify().
  *
  * If @a start_rev is #SVN_INVALID_REVNUM, then start dumping at revision
  * 0.  If @a end_rev is #SVN_INVALID_REVNUM, then dump through the @c HEAD