svn commit: r242771 - stable/9/lib/libc/stdio
Jilles Tjoelker
jilles at FreeBSD.org
Thu Nov 8 13:47:32 UTC 2012
Author: jilles
Date: Thu Nov 8 13:47:32 2012
New Revision: 242771
URL: http://svnweb.freebsd.org/changeset/base/242771
Log:
MFC r242460: fopen(3): Mention that the "x" mode option is from C11.
Modified:
stable/9/lib/libc/stdio/fopen.3
Directory Properties:
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/stdio/fopen.3
==============================================================================
--- stable/9/lib/libc/stdio/fopen.3 Thu Nov 8 13:43:20 2012 (r242770)
+++ stable/9/lib/libc/stdio/fopen.3 Thu Nov 8 13:47:32 2012 (r242771)
@@ -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
More information about the svn-src-stable-9
mailing list