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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to