Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 13:50:33 +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-8@freebsd.org
Subject:   svn commit: r242773 - stable/8/lib/libc/stdio
Message-ID:  <201211081350.qA8DoX7P084563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211081350.qA8DoX7P084563>