svn commit: r318050 - stable/11/release/doc/en_US.ISO8859-1/relnotes

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


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

Log:
  Document r316039, kvm_close(3) return accumulated close(2) error.
  
  Sponsored by:	The FreeBSD Foundation

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

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:39 2017	(r318049)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  9 17:21:40 2017	(r318050)
@@ -263,6 +263,10 @@
     <sect2 xml:id="kernel-bugfix">
       <title>Kernel Bug Fixes</title>
 
+      <para revision="316039">The &man.kvm.close.3; function has been
+	updated to return the accumulated error from previous
+	&man.close.2; calls.</para>
+
       <para revision="317434">The &man.ipf.4; packet filter has been
 	updated to prevent "keep state" from incorrectly
 	implying "keep frags", matching the behavior


More information about the svn-src-all mailing list