Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 15:33:15 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259727 - head/sys/dev/vt
Message-ID:  <201312221533.rBMFXF0I008074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312221533.rBMFXF0I008074>