summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2012-11-01 22:47:42 +0000
committerjilles <jilles@FreeBSD.org>2012-11-01 22:47:42 +0000
commit04d3ae223e1eee48cbf974910098d9bd3a9054c2 (patch)
tree14c83c762205ad81c73141b2251ee4841df7b36f
parentfa2f4d5744edf900713d9c1269cc78d9cd3f0bc8 (diff)
downloadFreeBSD-src-04d3ae223e1eee48cbf974910098d9bd3a9054c2.zip
FreeBSD-src-04d3ae223e1eee48cbf974910098d9bd3a9054c2.tar.gz
fopen(3): Mention that the "x" mode option is from C11.
MFC after: 1 week
-rw-r--r--lib/libc/stdio/fopen.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 64d033e..08438e7 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -267,7 +267,11 @@ and
.Fn freopen
functions
conform to
-.St -isoC .
+.St -isoC ,
+with the exception of the
+.Dq Li x
+mode option which conforms to
+.St -isoC-2011 .
The
.Fn fdopen
function
OpenPOWER on IntegriCloud