diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 06:50:13 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 06:50:13 +0000 |
commit | 2d1565ea86417a77cedfd20e537a46de5a418f5c (patch) | |
tree | 3ac15ca3ba10a7fe95e95b7d98cf951bc5aa23b9 /sbin/wsconsctl | |
parent | daa86d1ec184c56e720f8b840fc68b698dc062d7 (diff) |
Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.
Diffstat (limited to 'sbin/wsconsctl')
-rw-r--r-- | sbin/wsconsctl/wsconsctl.8 | 4 | ||||
-rw-r--r-- | sbin/wsconsctl/wsconsctl.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/wsconsctl/wsconsctl.8 b/sbin/wsconsctl/wsconsctl.8 index 448e505ab1a..93ae6f59643 100644 --- a/sbin/wsconsctl/wsconsctl.8 +++ b/sbin/wsconsctl/wsconsctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsconsctl.8,v 1.2 2000/07/02 21:00:44 aaron Exp $ +.\" $OpenBSD: wsconsctl.8,v 1.3 2001/01/30 06:50:12 aaron Exp $ .\" $NetBSD: wsconsctl.8,v 1.5 1999/09/12 18:47:11 kleink Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -173,7 +173,7 @@ Adds 200 to the current pitch of the bell. keyboard control device .It Pa /dev/wsmouse0 mouse control device -.It Pa /dev/ttyE0 +.It Pa /dev/ttyC0 display control device .It Pa /usr/include/dev/wscons/wsconsio.h keyboard/mouse/display definitions diff --git a/sbin/wsconsctl/wsconsctl.c b/sbin/wsconsctl/wsconsctl.c index a3b47566fcb..6fd01846209 100644 --- a/sbin/wsconsctl/wsconsctl.c +++ b/sbin/wsconsctl/wsconsctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsctl.c,v 1.1 2000/07/01 23:52:45 mickey Exp $ */ +/* $OpenBSD: wsconsctl.c,v 1.2 2001/01/30 06:50:12 aaron Exp $ */ /* $NetBSD: wsconsctl.c,v 1.2 1998/12/29 22:40:20 hannken Exp $ */ /*- @@ -46,7 +46,7 @@ #define PATH_KEYBOARD "/dev/wskbd0" #define PATH_MOUSE "/dev/wsmouse0" -#define PATH_DISPLAY "/dev/ttyE0" +#define PATH_DISPLAY "/dev/ttyC0" extern const char *__progname; /* from crt0.o */ |