Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2012 22:47:42 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242460 - head/lib/libc/stdio
Message-ID:  <201211012247.qA1MlgCd091014@svn.freebsd.org>

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



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