diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 787f56c9f..38bd1bb3c 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -3,7 +3,7 @@ .\" Distributed under the GPL. .\" 2008-12-04, Petr Baudis : 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 ()