summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-27 17:16:16 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-27 17:16:16 +0000
commit417d6b34b405dd56eab12fab6803216d60e572f0 (patch)
tree7dfff7cb9c0195cf689cde908fdf4960c6437854 /manual
parentdbbf07d057cc57daec7067b43fc3802fb2a1c342 (diff)
downloadglibc-417d6b34b405dd56eab12fab6803216d60e572f0.tar.gz
glibc-417d6b34b405dd56eab12fab6803216d60e572f0.tar.xz
glibc-417d6b34b405dd56eab12fab6803216d60e572f0.zip
Update.
2001-05-27  Andreas Jaeger  <aj@suse.de>

	* manual/stdio.texi (String Streams): Fix fmemopen description.
	Reported by Michal Kochanowicz <michal@michal.waw.pl>.
Diffstat (limited to 'manual')
-rw-r--r--manual/stdio.texi2
1 files changed, 1 insertions, 1 deletions
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