Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 20:24:01 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
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
Message-ID:  <201302212024.r1LKO1Fp059078@svn.freebsd.org>

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



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