From nobody@FreeBSD.org  Sat Oct 27 23:10:48 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E0FF7BD1
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Oct 2012 23:10:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BB4788FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Oct 2012 23:10:48 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9RNAm7S072379
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Oct 2012 23:10:48 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9RNAm6g072378;
	Sat, 27 Oct 2012 23:10:48 GMT
	(envelope-from nobody)
Message-Id: <201210272310.q9RNAm6g072378@red.freebsd.org>
Date: Sat, 27 Oct 2012 23:10:48 GMT
From: jb <jb.1234abcd@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: vidcontrol(1) options parsing problem
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173144
>Category:       bin
>Synopsis:       vidcontrol(1) options parsing problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 23:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     jb
>Release:        reeBSD 9.1-RC2 #0
>Organization:
>Environment:
FreeBSD localhost.localdomain 9.1-RC2 FreeBSD 9.1-RC2 #0 r241133: Tue Oct  2 17:11:45 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
In console mode.

# vidcontrol VGA_80x30 -m on
< blank screen >
usage: vidcontrol [-CdHLPpx] [-b color] [-c appearance] [-f [size] file]
                  [-g geometry] [-h size] [-i adapter | mode] [-l screen_map]
                  [-M char] [-m on | off] [-r foreground background]
                  [-S on | off] [-s number] [-T xterm | cons25] [-t N | off]
                  [mode] [foreground [background]] [show]
#

That usage message indicates some problem with options parsing ("-m on" is
probably not executed).

This entry seems to execute cleanly:
# vidcontrol -m on VGA_80x30
< blank screen >
#

>How-To-Repeat:
as above
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
