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 2011/10/19 12:40:41 UTC

svn commit: r1186081 - /subversion/branches/showing-merge-info/subversion/include/svn_client.h

Author: julianfoad
Date: Wed Oct 19 10:40:41 2011
New Revision: 1186081

URL: http://svn.apache.org/viewvc?rev=1186081&view=rev
Log:
On the 'showing-merge-info' branch: Fix a doc string.

* subversion/include/svn_client.h
  (svn_client_cat3): Fix doc string.

Modified:
    subversion/branches/showing-merge-info/subversion/include/svn_client.h

Modified: subversion/branches/showing-merge-info/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/branches/showing-merge-info/subversion/include/svn_client.h?rev=1186081&r1=1186080&r2=1186081&view=diff
==============================================================================
--- subversion/branches/showing-merge-info/subversion/include/svn_client.h (original)
+++ subversion/branches/showing-merge-info/subversion/include/svn_client.h Wed Oct 19 10:40:41 2011
@@ -5218,8 +5218,7 @@ svn_client_ls(apr_hash_t **dirents,
  * Output the content of a file.
  *
  * @param[in] out           The stream to which the content will be written.
- * @param[in] path_or_url   The path or URL of the file.
- * @param[in] peg_revision  The peg revision.
+ * @param[in] target        The path or URL and peg revision of the file.
  * @param[in] revision  The operative revision.
  * @param[in] ctx   The standard client context, used for possible
  *                  authentication.