summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-03-28 09:06:19 +0000
committerhm <hm@FreeBSD.org>2000-03-28 09:06:19 +0000
commit56760b941d267162c845329d83f2f1ed78204e04 (patch)
tree672cbe56d68806285713e420d99d86da557971b9 /usr.sbin/pcvt
parent262de47040326c21195998dd32569996c4fdb7b3 (diff)
downloadFreeBSD-src-56760b941d267162c845329d83f2f1ed78204e04.zip
FreeBSD-src-56760b941d267162c845329d83f2f1ed78204e04.tar.gz
pcvt cleanup. add $FreeBSD$. get copyright in sync with
FreeBSD recommendation.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/kcon/Makefile1
-rw-r--r--usr.sbin/pcvt/kcon/kcon.114
-rw-r--r--usr.sbin/pcvt/kcon/kcon.c18
3 files changed, 11 insertions, 22 deletions
diff --git a/usr.sbin/pcvt/kcon/Makefile b/usr.sbin/pcvt/kcon/Makefile
index 77a9f26..dbc94f9 100644
--- a/usr.sbin/pcvt/kcon/Makefile
+++ b/usr.sbin/pcvt/kcon/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
PROG= kcon
DEVICE= /dev/ttyv0
CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
diff --git a/usr.sbin/pcvt/kcon/kcon.1 b/usr.sbin/pcvt/kcon/kcon.1
index 6f60a40..3b3debe 100644
--- a/usr.sbin/pcvt/kcon/kcon.1
+++ b/usr.sbin/pcvt/kcon/kcon.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1992,1993,1994 Hellmuth Michaelis
+.\" Copyright (c) 1992, 2000 Hellmuth Michaelis
.\"
.\" All rights reserved.
.\"
@@ -10,11 +10,6 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by Hellmuth Michaelis
-.\" 4. The name authors may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -27,14 +22,15 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" @(#)kcon.1, 3.20, Last Edit-Date: [Wed Jan 25 16:34:56 1995]
+.\" Last Edit-Date: [Mon Mar 27 17:04:14 2000]
+.\"
.\" $FreeBSD$
.\"
-.Dd January 25, 1995
+.Dd March 27, 2000
.Dt KCON 1
.Sh NAME
.Nm kcon
-.Nd keyboard control and remapping
+.Nd pcvt keyboard control and remapping
.Sh SYNOPSIS
.Nm kcon
.Op Fl d Ar delay
diff --git a/usr.sbin/pcvt/kcon/kcon.c b/usr.sbin/pcvt/kcon/kcon.c
index 1f9cded..55e14fa 100644
--- a/usr.sbin/pcvt/kcon/kcon.c
+++ b/usr.sbin/pcvt/kcon/kcon.c
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 1992,1993,1994 Hellmuth Michaelis
+ * Copyright (c) 1992, 2000 Hellmuth Michaelis
*
- * Copyright (c) 1992,1993 Holger Veit.
+ * Copyright (c) 1992, 1993 Holger Veit.
*
* All rights reserved.
*
@@ -33,12 +33,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
*/
-static char *id =
- "@(#)kcon.c, 3.20, Last Edit-Date: [Wed Jan 25 16:33:08 1995]";
-
/*---------------------------------------------------------------------------*
*
* kcon.c Keyboard control and remapping
@@ -47,13 +43,9 @@ static char *id =
* based on "keymap" which was written by
* Holger Veit (veit@du9ds3.uni-duisburg.de)
*
- * -hm a first rewrite
- * -hm rewrite for pcvt 2.0 distribution
- * -hm adding show current typematic values
- * -hm hex/octal/esc output choices
- * -hm remapping debugging
- * -hm garbage output for remapped keys bugfix
- * -hm patch from Lon Willet, adding -R
+ * Last Edit-Date: [Mon Mar 27 17:03:50 2000]";
+ *
+ * $FreeBSD$
*
*---------------------------------------------------------------------------*/
OpenPOWER on IntegriCloud