summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-02-12 05:49:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-02-12 05:49:40 +0000
commit5c36d2ed9f9ae73a69527eda0de564b0b3f0b02c (patch)
treed2d0590a713fa9ea620c478fc92ef9fac8ff1dfc
parent57bc5d6c50122670604d20aaf08f69abb6e6e8da (diff)
s/ttyE/ttyC/g; OK'd by arron@
-rw-r--r--share/man/man4/wscons.44
-rw-r--r--share/man/man4/wsdisplay.48
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/wscons.4 b/share/man/man4/wscons.4
index 2ee7e71b312..bef745ef154 100644
--- a/share/man/man4/wscons.4
+++ b/share/man/man4/wscons.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wscons.4,v 1.2 2000/09/17 00:53:35 aaron Exp $
+.\" $OpenBSD: wscons.4,v 1.3 2001/02/12 05:49:38 millert Exp $
.\" $NetBSD: wscons.4,v 1.11 2000/04/13 11:14:42 is Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -235,7 +235,7 @@ than output from user level programs (via
.Pa /dev/console
or the specific tty
device like
-.Pa /dev/ttyE0
+.Pa /dev/ttyC0
).
.Dq WS_KERNEL_FG
and
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4
index a29727ed778..fb40a9918ce 100644
--- a/share/man/man4/wsdisplay.4
+++ b/share/man/man4/wsdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsdisplay.4,v 1.2 2000/12/21 21:01:22 aaron Exp $
+.\" $OpenBSD: wsdisplay.4,v 1.3 2001/02/12 05:49:39 millert Exp $
.\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $
.\"
.Dd March 20, 1999
@@ -84,7 +84,7 @@ was just deleted, it is possible that no focus is present at all.)
The focus can be switched by either special keyboard input (typically
CTL-ALT-Fn) or an ioctl command issued by a user program.
Screens are set up or deleted through the
-.Pa /dev/ttyEcfg
+.Pa /dev/ttyCcfg
control decice (preferrably using the
.Xr wsconscfg 8
utility).
@@ -94,9 +94,9 @@ will set up N screens of the display driver's default type and using
the system's default terminal emulator at autoconfiguration time.
.Sh FILES
.Bl -tag -width /usr/include/dev/wscons/wsconsio.h -compact
-.It Pa /dev/ttyE*
+.It Pa /dev/ttyC*
terminal devices (per screen)
-.It Pa /dev/ttyEcfg
+.It Pa /dev/ttyCcfg
control device
.It Pa /usr/include/dev/wscons/wsconsio.h
.El