svn commit: r238802 - head/lib/libc/stdlib

Sergey Kandaurov pluknet at FreeBSD.org
Thu Jul 26 12:04:12 UTC 2012


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 .


More information about the svn-src-head mailing list