From 84e2792bd8704eef15c4785931d0516b4b8418ec Mon Sep 17 00:00:00 2001 From: dd Date: Wed, 10 Jul 2002 03:39:52 +0000 Subject: Remove some missing words. Submitted by: roam --- usr.sbin/vidcontrol/vidcontrol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index c56a9ec..d8082f5 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -513,7 +513,7 @@ set_mouse(char *arg) else if (!strcmp(arg, "off")) mouse.operation = MOUSE_HIDE; else { - warnx("argument to -m must either on or off"); + warnx("argument to -m must be either on or off"); return; } ioctl(0, CONS_MOUSECTL, &mouse); @@ -529,7 +529,7 @@ set_lockswitch(char *arg) else if (!strcmp(arg, "on")) data = 0x02; else { - warnx("argument to -S must either on or off"); + warnx("argument to -S must be either on or off"); return; } if (ioctl(0, VT_LOCKSWITCH, &data) == -1) @@ -638,7 +638,7 @@ show_info(char *arg) else if (!strcmp(arg, "mode")) show_mode_info(); else { - warnx("argument to -i must either adapter or mode"); + warnx("argument to -i must be either adapter or mode"); return; } } -- cgit v1.1