svn commit: r276929 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Sat Jan 10 22:04:08 UTC 2015


Author: gjb
Date: Sat Jan 10 22:04:07 2015
New Revision: 276929
URL: https://svnweb.freebsd.org/changeset/base/276929

Log:
  Document r272273, '%U' and '%W' support added to strptime(3).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sat Jan 10 22:04:04 2015	(r276928)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sat Jan 10 22:04:07 2015	(r276929)
@@ -448,6 +448,10 @@
       </tgroup>
     </informaltable>
 
+    <para revision="272273">The &man.strptime.3; library has been
+      updated to add support for <acronym>POSIX</acronym>-2001
+      features <literal>%U</literal> and <literal>%W</literal>.</para>
+
     <sect3 xml:id="abi-compat">
       <title><acronym>ABI</acronym> Compatibility</title>
 


More information about the svn-src-all mailing list