svn commit: r242460 - head/lib/libc/stdio

Jilles Tjoelker jilles at FreeBSD.org
Thu Nov 1 22:47:42 UTC 2012


Author: jilles
Date: Thu Nov  1 22:47:42 2012
New Revision: 242460
URL: http://svn.freebsd.org/changeset/base/242460

Log:
  fopen(3): Mention that the "x" mode option is from C11.
  
  MFC after:	1 week

Modified:
  head/lib/libc/stdio/fopen.3

Modified: head/lib/libc/stdio/fopen.3
==============================================================================
--- head/lib/libc/stdio/fopen.3	Thu Nov  1 21:00:13 2012	(r242459)
+++ head/lib/libc/stdio/fopen.3	Thu Nov  1 22:47:42 2012	(r242460)
@@ -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-all mailing list