Date: Tue, 9 May 2017 17:21:27 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318035 - in stable/11/release/doc: en_US.ISO8859-1/relnotes share/xml Message-ID: <201705091721.v49HLRJ0054421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091721.v49HLRJ0054421>