svn commit: r45283 - head/en_US.ISO8859-1/htdocs/news/status

Ed Maste emaste at FreeBSD.org
Mon Jul 14 09:19:53 UTC 2014


Author: emaste (src committer)
Date: Mon Jul 14 09:19:53 2014
New Revision: 45283
URL: http://svnweb.freebsd.org/changeset/doc/45283

Log:
  Correct kern.vty loader tunable setting in vt(4) entry

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml	Mon Jul 14 02:33:42 2014	(r45282)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml	Mon Jul 14 09:19:53 2014	(r45283)
@@ -276,7 +276,7 @@
 	<tt>syscons(4)</tt> to <tt>vt(4)</tt>, multiple virtual
 	terminal subsystems in the kernel are now supported and it is
 	controlled by a small module with just one kernel environment
-	variable <tt>kern.vty=syscons</tt> or
+	variable <tt>kern.vty=sc</tt> or
 	<tt>kern.vty=vt</tt>.</p>
 
       <p>The GENERIC kernel configuration for the amd64 and i386


More information about the svn-doc-head mailing list