Date: Thu, 26 Jul 2012 12:04:12 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238802 - head/lib/libc/stdlib Message-ID: <201207261204.q6QC4CYC081603@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pluknet Date: Thu Jul 26 12:04:11 2012 New Revision: 238802 URL: http://svn.freebsd.org/changeset/base/238802 Log: Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro. Reviewed by: theraven MFC after: 1 week Modified: head/lib/libc/stdlib/at_quick_exit.3 head/lib/libc/stdlib/quick_exit.3 Modified: head/lib/libc/stdlib/at_quick_exit.3 ============================================================================== --- head/lib/libc/stdlib/at_quick_exit.3 Thu Jul 26 11:51:29 2012 (r238801) +++ head/lib/libc/stdlib/at_quick_exit.3 Thu Jul 26 12:04:11 2012 (r238802) @@ -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: head/lib/libc/stdlib/quick_exit.3 ============================================================================== --- head/lib/libc/stdlib/quick_exit.3 Thu Jul 26 11:51:29 2012 (r238801) +++ head/lib/libc/stdlib/quick_exit.3 Thu Jul 26 12:04:11 2012 (r238802) @@ -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 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207261204.q6QC4CYC081603>