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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to