diff options
author | jilles <jilles@FreeBSD.org> | 2012-11-01 22:47:42 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2012-11-01 22:47:42 +0000 |
commit | 04d3ae223e1eee48cbf974910098d9bd3a9054c2 (patch) | |
tree | 14c83c762205ad81c73141b2251ee4841df7b36f /lib/libc/stdio | |
parent | fa2f4d5744edf900713d9c1269cc78d9cd3f0bc8 (diff) | |
download | FreeBSD-src-04d3ae223e1eee48cbf974910098d9bd3a9054c2.zip FreeBSD-src-04d3ae223e1eee48cbf974910098d9bd3a9054c2.tar.gz |
fopen(3): Mention that the "x" mode option is from C11.
MFC after: 1 week
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 6 |
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 |