summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-07-10 03:39:52 +0000
committerdd <dd@FreeBSD.org>2002-07-10 03:39:52 +0000
commit84e2792bd8704eef15c4785931d0516b4b8418ec (patch)
tree557cee23107b9cd3d28c49c711b5fc9f8836657b /usr.sbin
parentd7b7ec4cf0f431d162b576f9c8d1e995a24dcb23 (diff)
downloadFreeBSD-src-84e2792bd8704eef15c4785931d0516b4b8418ec.zip
FreeBSD-src-84e2792bd8704eef15c4785931d0516b4b8418ec.tar.gz
Remove some missing words.
Submitted by: roam
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.c6
1 files changed, 3 insertions, 3 deletions
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;
}
}
OpenPOWER on IntegriCloud