svn commit: r259727 - head/sys/dev/vt

Aleksandr Rybalko ray at FreeBSD.org
Sun Dec 22 15:33:16 UTC 2013


Author: ray
Date: Sun Dec 22 15:33:15 2013
New Revision: 259727
URL: http://svnweb.freebsd.org/changeset/base/259727

Log:
  Update names from newcons to vt(9).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/vt/vt_core.c

Modified: head/sys/dev/vt/vt_core.c
==============================================================================
--- head/sys/dev/vt/vt_core.c	Sun Dec 22 14:57:36 2013	(r259726)
+++ head/sys/dev/vt/vt_core.c	Sun Dec 22 15:33:15 2013	(r259727)
@@ -112,9 +112,9 @@ const struct terminal_class vt_termclass
 /* XXX while syscons is here. */
 int sc_txtmouse_no_retrace_wait;
 
-static SYSCTL_NODE(_kern, OID_AUTO, vt, CTLFLAG_RD, 0, "Newcons parameters");
+static SYSCTL_NODE(_kern, OID_AUTO, vt, CTLFLAG_RD, 0, "vt(9) parameters");
 VT_SYSCTL_INT(enable_altgr, 1, "Enable AltGr key (Do not assume R.Alt as Alt)");
-VT_SYSCTL_INT(debug, 0, "Newcons debug level");
+VT_SYSCTL_INT(debug, 0, "vt(9) debug level");
 VT_SYSCTL_INT(deadtimer, 15, "Time to wait busy process in VT_PROCESS mode");
 VT_SYSCTL_INT(suspendswitch, 1, "Switch to VT0 before suspend");
 


More information about the svn-src-head mailing list