fmemopen.3: CONFORMING TO: note that these functions are in POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-03 09:20:52 +13:00
parent 50e3cb1f98
commit aed04a0a89
1 changed files with 4 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-06 "GNU" "Linux Programmer's Manual"
.TH FMEMOPEN 3 2009-02-04 "GNU" "Linux Programmer's Manual"
.SH NAME
fmemopen, open_memstream, open_wmemstream \- open memory as stream
.SH SYNOPSIS
@ -169,9 +169,10 @@ were already available in glibc 1.0.x.
.BR open_wmemstream ()
is available since glibc 2.4.
.SH "CONFORMING TO"
POSIX.1-2008.
These functions are not specified in POSIX.1-2001,
and are not widely available on other systems.
These functions are GNU extensions.
.\" Jan 06: But they appear to be going up for standardization by
.\" POSIX/PASC/IEEE.
.SH "EXAMPLE"
The program below uses
.BR fmemopen ()