fopen.3: CONFORMING TO: add POSIX.1-2001 and POSIX.1-2008

(And remove mention of POSIX.1-1990)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 12:39:12 +02:00
parent 035bf164eb
commit bb7091c076
1 changed files with 6 additions and 8 deletions

View File

@ -258,14 +258,12 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
The
.BR fopen ()
and
.BR freopen ()
functions conform to C89.
The
.BR fdopen ()
function conforms to POSIX.1-1990.
.BR fopen (),
.BR freopen ():
POSIX.1-2001, POSIX.1-2008, C89, C99.
.BR fdopen ():
POSIX.1-2001, POSIX.1-2008.
.SH NOTES
.SS Glibc notes
The GNU C library allows the following extensions for the string specified in