summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2015-07-22 23:30:54 +0000
committercem <cem@FreeBSD.org>2015-07-22 23:30:54 +0000
commitd156c07e5292c8c8fa7a065bc069f94d69219c83 (patch)
tree14ef84a6958086c8dbd8eeef1551cef36475189c /sys/dev/vt
parent5577397d2c3ff388966a4f935916f7724c79409f (diff)
downloadFreeBSD-src-d156c07e5292c8c8fa7a065bc069f94d69219c83.zip
FreeBSD-src-d156c07e5292c8c8fa7a065bc069f94d69219c83.tar.gz
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
Diffstat (limited to 'sys/dev/vt')
-rw-r--r--sys/dev/vt/vt_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
index acc7b3c..99da892 100644
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -141,7 +141,7 @@ VT_SYSCTL_INT(splash_cpu, 0, "Show logo CPUs during boot");
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;
OpenPOWER on IntegriCloud