Author: danielsh
Date: Fri Jan 20 02:34:15 2012
New Revision: 1233738
URL: http://svn.apache.org/viewvc?rev=1233738&view=rev
Log:
* subversion/include/svn_io.h
(svn_stream_buffered): Expand the docstring a bit.
Modified:
subversion/trunk/subversion/include/svn_io.h
Modified: subversion/trunk/subversion/include/svn_io.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=1233738&r1=1233737&r2=1233738&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Fri Jan 20 02:34:15 2012
@@ -990,6 +990,8 @@ svn_stream_from_string(const svn_string_
apr_pool_t *pool);
/** Return a generic stream which implements buffered reads and writes.
+ * The stream will preferentially store data in-memory, but may use
+ * disk storage as backup if the amount of data is large.
* Allocate the stream in @a result_pool
*
* @since New in 1.8.