[Midnightbsd-cvs] src [8360] trunk/lib/libc/stdio/fopen.3: fopen(3) mention the "x" mode option is from C11

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 14:39:56 EDT 2016


Revision: 8360
          http://svnweb.midnightbsd.org/src/?rev=8360
Author:   laffer1
Date:     2016-09-18 14:39:56 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
fopen(3) mention the "x" mode option is from C11

Modified Paths:
--------------
    trunk/lib/libc/stdio/fopen.3

Modified: trunk/lib/libc/stdio/fopen.3
===================================================================
--- trunk/lib/libc/stdio/fopen.3	2016-09-18 18:39:27 UTC (rev 8359)
+++ trunk/lib/libc/stdio/fopen.3	2016-09-18 18:39:56 UTC (rev 8360)
@@ -267,7 +267,11 @@
 .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 Midnightbsd-cvs mailing list