Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 23:30:55 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285807 - head/sys/dev/vt
Message-ID:  <201507222330.t6MNUt4M004955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Wed Jul 22 23:30:54 2015
New Revision: 285807
URL: https://svnweb.freebsd.org/changeset/base/285807

Log:
  vt: cpu logos: Correct reversed 0/1 beastie descriptions
  
  Differential Revision:	https://reviews.freebsd.org/D3158
  Approved by:	markj (mentor)
  Obtained from:	Pavel Timofeev
  MFC after:	1 week

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

Modified: head/sys/dev/vt/vt_core.c
==============================================================================
--- head/sys/dev/vt/vt_core.c	Wed Jul 22 23:23:12 2015	(r285806)
+++ head/sys/dev/vt/vt_core.c	Wed Jul 22 23:30:54 2015	(r285807)
@@ -141,7 +141,7 @@ VT_SYSCTL_INT(splash_cpu, 0, "Show logo 
 VT_SYSCTL_INT(splash_ncpu, 0, "Override number of logos displayed "
     "(0 = do not override)");
 VT_SYSCTL_INT(splash_cpu_style, 2, "Draw logo style "
-    "(0=Beastie, 1=Alternate beastie, 2=Orb)");
+    "(0 = Alternate beastie, 1 = Beastie, 2 = Orb)");
 VT_SYSCTL_INT(splash_cpu_duration, 10, "Hide logos after (seconds)");
 
 static struct vt_device	vt_consdev;



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