Author: jilles Date: Thu Nov 8 13:50:33 2012 New Revision: 242773 URL: http://svnweb.freebsd.org/changeset/base/242773
Log: MFC r242460: fopen(3): Mention that the "x" mode option is from C11. Modified: stable/8/lib/libc/stdio/fopen.3 Directory Properties: stable/8/lib/libc/ (props changed) Modified: stable/8/lib/libc/stdio/fopen.3 ============================================================================== --- stable/8/lib/libc/stdio/fopen.3 Thu Nov 8 13:49:20 2012 (r242772) +++ stable/8/lib/libc/stdio/fopen.3 Thu Nov 8 13:50:33 2012 (r242773) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
