summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/i386/isa/pcvt/Util/kcon/Makefile2
-rw-r--r--sys/arch/i386/isa/pcvt/Util/mcon/mcon.18
-rw-r--r--sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.48
-rw-r--r--sys/arch/i386/isa/pcvt/Util/scon/scon.12
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/kcon/Makefile b/sys/arch/i386/isa/pcvt/Util/kcon/Makefile
index 4826870f5b9..6504fa84208 100644
--- a/sys/arch/i386/isa/pcvt/Util/kcon/Makefile
+++ b/sys/arch/i386/isa/pcvt/Util/kcon/Makefile
@@ -1,5 +1,5 @@
PROG= kcon
-DEVICE= /dev/ttyv0
+DEVICE= /dev/ttyC0
CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
# the -Lfoo could be omitted if libkeycap.a were installed before
diff --git a/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1 b/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1
index 088399c2359..2b8ef5544a4 100644
--- a/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1
+++ b/sys/arch/i386/isa/pcvt/Util/mcon/mcon.1
@@ -68,11 +68,11 @@ driver not being used as a virtual terminal device. E.\ g., if you
have configured eight virtual terminals
.Pq the default value ,
named
-.Pa /dev/ttyv0
+.Pa /dev/ttyC0
through
-.Pa /dev/ttyv7 ,
+.Pa /dev/ttyC7 ,
the mouse emulator would allocate
-.Pa /dev/ttyv8 .
+.Pa /dev/ttyC8 .
If
.Nm
@@ -139,7 +139,7 @@ mouse emulator:
.Fl r Ar f3
.Fl a Ar 250
.Fl s Ar \&no
-.Pa /dev/ttyv8
+.Pa /dev/ttyC8
.Sh BUGS
The key names used to map the button-emulating keys to scan codes
.Pq and vica verse
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
index e3ac67b7c14..8b9753a5bc8 100644
--- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
+++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
@@ -484,11 +484,11 @@ fakes a three-button mouse using the Mouse Systems protocol. The first
.Nm pcvt
device node not used by a virtual screen is the mouse device. I.\& e.,
for the default value of 8 virtual screens,
-.Pa /dev/ttyv0
+.Pa /dev/ttyC0
through
-.Pa /dev/ttyv7
+.Pa /dev/ttyC7
would refer to the virtual screens, and
-.Pa /dev/ttyv8
+.Pa /dev/ttyC8
were the mouse emulator device. The mouse emulation is turned on by
pressing the
.Aq Em NumLock
@@ -814,7 +814,7 @@ for their documentation.
Definitions for
.Xr ioctl 2
function calls
-.It Pa /dev/ttyv?
+.It Pa /dev/ttyC?
.It Pa /dev/console
Device nodes to access the
.Nm pcvt
diff --git a/sys/arch/i386/isa/pcvt/Util/scon/scon.1 b/sys/arch/i386/isa/pcvt/Util/scon/scon.1
index d99802b2975..07752289719 100644
--- a/sys/arch/i386/isa/pcvt/Util/scon/scon.1
+++ b/sys/arch/i386/isa/pcvt/Util/scon/scon.1
@@ -84,7 +84,7 @@ returned could be MDA, HGC, CGA, EGA, VGA or UNKNOWN.
Specify the screen number the current (displayed) screen should be switched
to.
.It Fl d
-Specify the device filename (i.e. /dev/ttyv2) further operations specified on
+Specify the device filename (i.e. /dev/ttyC2) further operations specified on
the command line should be applied to.
.It Fl f
Some programs which silently assume 24 lines when they run on a VT220 show