Date: Thu, 8 Nov 2012 13:47:32 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r242771 - stable/9/lib/libc/stdio Message-ID: <201211081347.qA8DlWLq083954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211081347.qA8DlWLq083954>