Index: subversion/include/svn_fs.h
===================================================================
--- subversion/include/svn_fs.h	(revision 9499)
+++ subversion/include/svn_fs.h	(working copy)
@@ -219,6 +219,12 @@
 svn_error_t *svn_fs_open_berkeley (svn_fs_t *fs, const char *path);
 const char *svn_fs_berkeley_path (svn_fs_t *fs, apr_pool_t *pool);
 svn_error_t *svn_fs_delete_berkeley (const char *path, apr_pool_t *pool);
+
+/** Hot copy Subversion filesystem, stored in a Berkeley DB environment under
+ * @a src_path to @a dest_path. If @a clean_logs is used is @c TRUE,
+ * delete copied, unused log files from source repository at @a src_path
+ * Using @a pool for any necessary memory allocations.
+ */
 svn_error_t *svn_fs_hotcopy_berkeley (const char *src_path, 
                                       const char *dest_path, 
                                       svn_boolean_t clean_logs,
