svn commit: r247123 - stable/9/lib/libc/stdlib

Sergey Kandaurov pluknet at FreeBSD.org
Thu Feb 21 20:24:01 UTC 2013


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 .


More information about the svn-src-all mailing list