diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-13 11:20:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-13 11:20:48 +0000 |
commit | 6f41dda41aa91d28adb38719e6851697a40c4af6 (patch) | |
tree | 3be2a478b481ba1c48dce2d99d272b425514cf4d /usr.sbin/wsmoused | |
parent | 445a60072f88fbfdc5babe796e5302e33ec5351d (diff) |
try to use the X Window System, X11 or XFree86 consistently.
diffs from Paul Weismann, via mickey@
aided, abetted and ok'd matthieu@
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r-- | usr.sbin/wsmoused/wsmoused.8 | 8 | ||||
-rw-r--r-- | usr.sbin/wsmoused/wsmoused.c | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/wsmoused/wsmoused.8 b/usr.sbin/wsmoused/wsmoused.8 index 6144b9301e1..fdb9465eb9a 100644 --- a/usr.sbin/wsmoused/wsmoused.8 +++ b/usr.sbin/wsmoused/wsmoused.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmoused.8,v 1.8 2003/02/26 21:04:53 jmc Exp $ +.\" $OpenBSD: wsmoused.8,v 1.9 2003/04/13 11:20:47 jmc Exp $ .\" .\" Copyright (c) 2001 Jean-Baptiste Marchand .\" All rights reserved. @@ -168,14 +168,14 @@ Hitachi tablet protocol. .El .Nm -will happily coexist with X-Window, provided that the mouse device is -supported by +will happily coexist with the X Window System, provided that the mouse +device is supported by .Xr wsmouse 4 . Serial mice do not have a .Xr wsmouse 4 compatible driver, so .Nm -has to be killed before starting X-Window. +has to be killed before starting the X Window System. .Sh SEE ALSO .Xr wscons 4 , .Xr wsmouse 4 diff --git a/usr.sbin/wsmoused/wsmoused.c b/usr.sbin/wsmoused/wsmoused.c index bb9ee107253..453c6bc24c3 100644 --- a/usr.sbin/wsmoused/wsmoused.c +++ b/usr.sbin/wsmoused/wsmoused.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsmoused.c,v 1.13 2002/05/30 19:09:05 deraadt Exp $ */ +/* $OpenBSD: wsmoused.c,v 1.14 2003/04/13 11:20:47 jmc Exp $ */ /* * Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon @@ -420,7 +420,7 @@ wsmoused(void) event.value = 0; } else - /* X-Window won't start using wsmoused(8) with a serial mouse */ + /* X11 won't start using wsmoused(8) with a serial mouse */ event.value = 0; /* notify kernel to start wsmoused */ |