From owner-svn-src-stable-9@FreeBSD.ORG Thu Feb 21 20:24:01 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CB1B5443; Thu, 21 Feb 2013 20:24:01 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B8EE98F0; Thu, 21 Feb 2013 20:24:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1LKO135059080; Thu, 21 Feb 2013 20:24:01 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1LKO1Fp059078; Thu, 21 Feb 2013 20:24:01 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201302212024.r1LKO1Fp059078@svn.freebsd.org> From: Sergey Kandaurov Date: Thu, 21 Feb 2013 20:24:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r247123 - stable/9/lib/libc/stdlib X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 20:24:01 -0000 Author: pluknet Date: Thu Feb 21 20:24:00 2013 New Revision: 247123 URL: http://svnweb.freebsd.org/changeset/base/247123 Log: MFC r238802: Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro. Modified: stable/9/lib/libc/stdlib/at_quick_exit.3 stable/9/lib/libc/stdlib/quick_exit.3 Directory Properties: stable/9/lib/libc/ (props changed) stable/9/lib/libc/stdtime/ (props changed) stable/9/lib/libc/sys/ (props changed) stable/9/lib/libc/uuid/ (props changed) Modified: stable/9/lib/libc/stdlib/at_quick_exit.3 ============================================================================== --- stable/9/lib/libc/stdlib/at_quick_exit.3 Thu Feb 21 20:13:15 2013 (r247122) +++ stable/9/lib/libc/stdlib/at_quick_exit.3 Thu Feb 21 20:24:00 2013 (r247123) @@ -58,4 +58,5 @@ function returns the value 0 if successf .Sh STANDARDS The .Fn at_quick_exit -function conforms to the C1x draft specification. +function conforms to +.St -isoC-2011 . Modified: stable/9/lib/libc/stdlib/quick_exit.3 ============================================================================== --- stable/9/lib/libc/stdlib/quick_exit.3 Thu Feb 21 20:13:15 2013 (r247122) +++ stable/9/lib/libc/stdlib/quick_exit.3 Thu Feb 21 20:24:00 2013 (r247123) @@ -54,4 +54,5 @@ function does not return. .Sh STANDARDS The .Fn quick_exit -function conforms to the C1x draft specification. +function conforms to +.St -isoC-2011 .