svn commit: r52560 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Tue Dec 4 18:42:07 UTC 2018


Author: gjb
Date: Tue Dec  4 18:42:06 2018
New Revision: 52560
URL: https://svnweb.freebsd.org/changeset/doc/52560

Log:
  Document r331070, large reads from random(4) can be terminated with ^C.
  
  Submitted by:	cem
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:42:05 2018	(r52559)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:42:06 2018	(r52560)
@@ -388,6 +388,11 @@
     <sect2 xml:id="drivers-device">
       <title>Device Drivers</title>
 
+      <para revision="331070" contrib="sponsor"
+	sponsor="&dellemc;">The &man.random.4; device has been updated
+	to allow terminating large reads with
+	<literal>^C</literal>.</para>
+
       <para revision="333283" contrib="sponsor"
 	sponsor="&dellemc;">The &man.netdump.4; driver has been added,
 	providing a facility through which kernel crash dumps can be


More information about the svn-doc-head mailing list