summaryrefslogtreecommitdiff
path: root/libtextstyle/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-10-28 00:55:05 +0100
committerBruno Haible <bruno@clisp.org>2019-10-28 00:55:05 +0100
commitdea5a600b909342369a6fe07c67bfdb03bbabf23 (patch)
treecc377f6417506439397fa42ddc42e06972065fd9 /libtextstyle/doc
parent4d74fe6b21b263b73996b49eefc68963d737be60 (diff)
downloadgettext-dea5a600b909342369a6fe07c67bfdb03bbabf23.tar.gz
libtextstyle: Clarify memory_stream_contents function.
* libtextstyle/gnulib-local/lib/memory-ostream.oo.h (memory_stream::contents): Clarify extent of return values. * libtextstyle/doc/libtextstyle.texi (The memory_ostream class): Likewise.
Diffstat (limited to 'libtextstyle/doc')
-rw-r--r--libtextstyle/doc/libtextstyle.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtextstyle/doc/libtextstyle.texi b/libtextstyle/doc/libtextstyle.texi
index f0a7aa896..f65a0f928 100644
--- a/libtextstyle/doc/libtextstyle.texi
+++ b/libtextstyle/doc/libtextstyle.texi
@@ -1152,7 +1152,7 @@ Returns a pointer to the output accumulated so far and its size. It
stores them in @code{*@var{bufp}} and @code{*@var{buflenp}}, respectively.
Note: These two return values become invalid when more output is done to
-the stream.
+the stream or when the stream is freed.
@end deftypefn
@node The iconv_ostream class