aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2012-11-01 22:47:42 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2012-11-01 22:47:42 +0000
commitcc32b2eda8d1394e39d997c347bdecb98c5c5fce (patch)
tree14c83c762205ad81c73141b2251ee4841df7b36f /lib
parentd9fad1defac2c5902c99ebaae691692bee4db02f (diff)
downloadsrc-cc32b2eda8d1394e39d997c347bdecb98c5c5fce.tar.gz
src-cc32b2eda8d1394e39d997c347bdecb98c5c5fce.zip
fopen(3): Mention that the "x" mode option is from C11.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=242460
Diffstat (limited to 'lib')
-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 64d033e13ed5..08438e7da54c 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