From owner-svn-src-all@FreeBSD.ORG Thu Nov 1 22:47:42 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D44E0921; Thu, 1 Nov 2012 22:47:42 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BD1E28FC08; Thu, 1 Nov 2012 22:47:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA1MlgA5091016; Thu, 1 Nov 2012 22:47:42 GMT (envelope-from jilles@svn.freebsd.org) Received: (from jilles@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA1MlgCd091014; Thu, 1 Nov 2012 22:47:42 GMT (envelope-from jilles@svn.freebsd.org) Message-Id: <201211012247.qA1MlgCd091014@svn.freebsd.org> From: Jilles Tjoelker Date: Thu, 1 Nov 2012 22:47:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242460 - head/lib/libc/stdio X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2012 22:47:42 -0000 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