summaryrefslogtreecommitdiff
path: root/usr.bin/tset
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tset')
-rw-r--r--usr.bin/tset/Makefile2
-rw-r--r--usr.bin/tset/extern.h1
-rw-r--r--usr.bin/tset/map.c3
-rw-r--r--usr.bin/tset/misc.c3
-rw-r--r--usr.bin/tset/set.c3
-rw-r--r--usr.bin/tset/term.c3
-rw-r--r--usr.bin/tset/tset.11
-rw-r--r--usr.bin/tset/tset.c3
-rw-r--r--usr.bin/tset/wrterm.c3
9 files changed, 15 insertions, 7 deletions
diff --git a/usr.bin/tset/Makefile b/usr.bin/tset/Makefile
index b341156fa65..8b748e09836 100644
--- a/usr.bin/tset/Makefile
+++ b/usr.bin/tset/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:41:54 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/07 05:08:04 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/9/93
PROG= tset
SRCS= map.c misc.c set.c term.c tset.c wrterm.c
diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h
index 80c68f72c1d..d7517411753 100644
--- a/usr.bin/tset/extern.h
+++ b/usr.bin/tset/extern.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: extern.h,v 1.2 1996/06/26 05:41:54 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.3 1994/12/07 05:08:06 jtc Exp $ */
/*-
diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c
index 78de7e77b1c..6b8e1b7f649 100644
--- a/usr.bin/tset/map.c
+++ b/usr.bin/tset/map.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: map.c,v 1.2 1996/06/26 05:41:55 deraadt Exp $ */
/* $NetBSD: map.c,v 1.4 1994/12/07 05:08:07 jtc Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$NetBSD: map.c,v 1.4 1994/12/07 05:08:07 jtc Exp $";
+static char rcsid[] = "$OpenBSD: map.c,v 1.2 1996/06/26 05:41:55 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c
index dc978b39587..80729beb22d 100644
--- a/usr.bin/tset/misc.c
+++ b/usr.bin/tset/misc.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: misc.c,v 1.2 1996/06/26 05:41:55 deraadt Exp $ */
/* $NetBSD: misc.c,v 1.3 1994/12/07 05:08:09 jtc Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$NetBSD: misc.c,v 1.3 1994/12/07 05:08:09 jtc Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.2 1996/06/26 05:41:55 deraadt Exp $";
#endif /* not lint */
#include <fcntl.h>
diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c
index 226cc2f448b..d3093c761ee 100644
--- a/usr.bin/tset/set.c
+++ b/usr.bin/tset/set.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: set.c,v 1.2 1996/06/26 05:41:56 deraadt Exp $ */
/* $NetBSD: set.c,v 1.6 1994/12/07 05:08:10 jtc Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94";
#endif
-static char rcsid[] = "$NetBSD: set.c,v 1.6 1994/12/07 05:08:10 jtc Exp $";
+static char rcsid[] = "$OpenBSD: set.c,v 1.2 1996/06/26 05:41:56 deraadt Exp $";
#endif /* not lint */
#include <termios.h>
diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c
index 4c4217fc553..a773f92fd24 100644
--- a/usr.bin/tset/term.c
+++ b/usr.bin/tset/term.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: term.c,v 1.2 1996/06/26 05:41:57 deraadt Exp $ */
/* $NetBSD: term.c,v 1.6 1994/12/07 05:08:12 jtc Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)term.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$NetBSD: term.c,v 1.6 1994/12/07 05:08:12 jtc Exp $";
+static char rcsid[] = "$OpenBSD: term.c,v 1.2 1996/06/26 05:41:57 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1
index da74ff34da4..df427b1c11e 100644
--- a/usr.bin/tset/tset.1
+++ b/usr.bin/tset/tset.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: tset.1,v 1.3 1996/06/26 05:41:57 deraadt Exp $
.\" $NetBSD: tset.1,v 1.4.2.1 1995/12/05 02:53:34 jtc Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c
index 170fab7f90e..ebfa48a5319 100644
--- a/usr.bin/tset/tset.c
+++ b/usr.bin/tset/tset.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tset.c,v 1.2 1996/06/26 05:41:58 deraadt Exp $ */
/* $NetBSD: tset.c,v 1.4 1994/12/07 05:08:15 jtc Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)tset.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$NetBSD: tset.c,v 1.4 1994/12/07 05:08:15 jtc Exp $";
+static char rcsid[] = "$OpenBSD: tset.c,v 1.2 1996/06/26 05:41:58 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c
index 399956ec085..9fb1b10854e 100644
--- a/usr.bin/tset/wrterm.c
+++ b/usr.bin/tset/wrterm.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: wrterm.c,v 1.2 1996/06/26 05:41:59 deraadt Exp $ */
/* $NetBSD: wrterm.c,v 1.3 1994/12/07 05:08:16 jtc Exp $ */
/*-
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)wrterm.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$NetBSD: wrterm.c,v 1.3 1994/12/07 05:08:16 jtc Exp $";
+static char rcsid[] = "$OpenBSD: wrterm.c,v 1.2 1996/06/26 05:41:59 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>