svn commit: r318035 - in stable/11/release/doc: en_US.ISO8859-1/relnotes share/xml

Glen Barber gjb at FreeBSD.org
Tue May 9 17:21:28 UTC 2017


Author: gjb
Date: Tue May  9 17:21:27 2017
New Revision: 318035
URL: https://svnweb.freebsd.org/changeset/base/318035

Log:
  Document r317618, clock_nanosleep() addition.
  Update the 'Dell EMC' entity.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
  stable/11/release/doc/share/xml/sponsor.ent

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:26 2017	(r318034)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:27 2017	(r318035)
@@ -201,7 +201,11 @@
     <sect2 xml:id="userland-libraries">
       <title>Runtime Libraries and API</title>
 
-      <para> </para>
+      <para revision="317618" contrib="sponsor"
+	sponsor="&dellemc;">The <function>clock_nanosleep()</function>
+	system call has been added.  The
+	<function>nanosleep()</function> system call is now a wrapper
+	around <function>clock_nanosleep()</function>.</para>
     </sect2>
 
     <sect2 xml:id="userland-abi">

Modified: stable/11/release/doc/share/xml/sponsor.ent
==============================================================================
--- stable/11/release/doc/share/xml/sponsor.ent	Tue May  9 17:21:26 2017	(r318034)
+++ stable/11/release/doc/share/xml/sponsor.ent	Tue May  9 17:21:27 2017	(r318035)
@@ -21,9 +21,7 @@
 
 <!ENTITY darpa		"DARPA">
 <!ENTITY darpa_afrl	"DARPA, AFRL">
-<!ENTITY dell		"Dell, Inc.">
-
-<!ENTITY emcisilon	"EMC / Isilon Storage Division">
+<!ENTITY dellemc	"Dell EMC">
 
 <!ENTITY ff		"The &os; Foundation">
 <!ENTITY ff.url		"https://www.FreeBSDFoundation.org/">


More information about the svn-src-all mailing list