summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-01-19 15:51:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-01-19 15:51:55 +0000
commit952953b00edf7db93a82bafb09f87ba5ef0439f9 (patch)
treeb74ceb1eb7c8e30805c4e9cc798e7b465875ffdf /sys
parent2217a38eea5acac98cd463bc7b28d990d055a6ac (diff)
Sloppy me.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c5
-rw-r--r--sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.414
2 files changed, 2 insertions, 17 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c b/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c
index 7ab7761594e..d3c78e4d9f1 100644
--- a/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c
+++ b/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ispcvt.c,v 1.8 1999/11/26 02:11:15 deraadt Exp $ */
+/* $OpenBSD: ispcvt.c,v 1.9 2000/01/19 15:51:54 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis
@@ -264,9 +264,6 @@ char *argv[];
fprintf(stderr,"PCVT_USEKBDSEC = %s",
(pcvtinfo.compile_opts & CONF_USEKBDSEC) ? "ON" : "OFF");
next();
- fprintf(stderr,"PCVT_VT220KEYB = %s",
- ((u_int)pcvtinfo.compile_opts & (u_int)CONF_VT220KEYB) ? "ON" : "OFF");
- next();
fprintf(stderr,"PCVT_WAITRETRACE = %s",
(pcvtinfo.compile_opts & CONF_WAITRETRACE) ? "ON" : "OFF");
next();
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
index 13ea43a36de..079c482559c 100644
--- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
+++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcvt.4,v 1.19 1999/11/25 20:24:19 aaron Exp $
+.\" $OpenBSD: pcvt.4,v 1.20 2000/01/19 15:51:54 aaron Exp $
.\"
.\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore,
.\" Joerg Wunsch and Holger Veit.
@@ -215,18 +215,6 @@ Defines the number of virtual screens.
.br
Default: 8
-.It Em PCVT_VT220KEYB
-If activated, a keyboard layout resembling a DEC VT200 (TM) is generated.
-If deactivated, a mixture between VT220 and HP is used. See the files
-.Pa Keyboard.VT
-and
-.Pa Keyboard.HP
-in the
-.Nm pcvt
-documentation directory for a full description.
-.br
-Default: off
-
.It Em PCVT_SCREENSAVER
Enables the built-in screensaver feature.
.br