From 417d6b34b405dd56eab12fab6803216d60e572f0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 27 May 2001 17:16:16 +0000 Subject: Update. 2001-05-27 Andreas Jaeger * manual/stdio.texi (String Streams): Fix fmemopen description. Reported by Michal Kochanowicz . --- manual/stdio.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/stdio.texi') diff --git a/manual/stdio.texi b/manual/stdio.texi index 8b1f407bd9..758a5d1100 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -4798,7 +4798,7 @@ dynamically allocates an array @var{size} bytes long (as with @code{malloc}; if you are going to write things to the buffer and then read them back in again, because you have no way of actually getting a pointer to the buffer (for this, try @code{open_memstream}, below). The buffer is -freed when the stream is open. +freed when the stream is closed. The argument @var{opentype} is the same as in @code{fopen} (@pxref{Opening Streams}). If the @var{opentype} specifies -- cgit 1.4.1