diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-27 17:16:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-27 17:16:16 +0000 |
commit | 417d6b34b405dd56eab12fab6803216d60e572f0 (patch) | |
tree | 7dfff7cb9c0195cf689cde908fdf4960c6437854 /manual/stdio.texi | |
parent | dbbf07d057cc57daec7067b43fc3802fb2a1c342 (diff) | |
download | glibc-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/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 2 |
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 |