fmemopen.3: Fix VERSIONS information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Petr Baudis <pasky@suse.cz>
This commit is contained in:
Michael Kerrisk 2008-12-06 12:03:31 -05:00
parent ebfa6f2804
commit 16625773f9
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
.\" Distributed under the GPL.
.\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream()
.\"
.TH FMEMOPEN 3 2008-12-05 "GNU" "Linux Programmer's Manual"
.TH FMEMOPEN 3 2008-12-06 "GNU" "Linux Programmer's Manual"
.SH NAME
fmemopen, open_memstream, open_wmemstream \- open memory as stream
.SH SYNOPSIS
@ -163,9 +163,9 @@ Otherwise, NULL is returned and the global variable
is set to indicate the error.
.SH VERSIONS
.BR fmemopen ()
is available since glibc 2.2.
and
.BR open_memstream ()
is available since glibc 2.0.
were already available in glibc 1.0.x.
.BR open_wmemstream ()
is available since glibc 2.4.
.SH "CONFORMING TO"