Date: Mon, 5 Oct 2015 20:12:06 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288842 - head/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201510052012.t95KC6sS081356@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Mon Oct 5 20:12:05 2015 New Revision: 288842 URL: https://svnweb.freebsd.org/changeset/base/288842 Log: Document r285277, execl(3) and execlp(3) update to use the gcc __sentinel attribute. 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 Mon Oct 5 20:12:03 2015 (r288841) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Oct 5 20:12:05 2015 (r288842) @@ -709,6 +709,11 @@ <para revision="284483" contrib="sponsor" sponsor="&scaleengine;">The Blowfish &man.crypt.3; library has been updated to support $2y$ hashes.</para> + + <para revision="285277">The &man.execl.3; and &man.execlp.3; + library functions have been updated to use the + <literal>__sentinel</literal> <application>gcc</application> + attribute.</para> </sect2> <sect2 xml:id="userland-abi">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510052012.t95KC6sS081356>