summaryrefslogtreecommitdiff
path: root/sbin/slattach
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/slattach')
-rw-r--r--sbin/slattach/Makefile2
-rw-r--r--sbin/slattach/slattach.81
-rw-r--r--sbin/slattach/slattach.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile
index 302215caa0b..3f027885634 100644
--- a/sbin/slattach/Makefile
+++ b/sbin/slattach/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:43 deraadt Exp $
# $NetBSD: Makefile,v 1.7 1995/03/18 15:01:11 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= slattach
MAN= slattach.8
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index 7b327ca12ed..d0af19e43ac 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: slattach.8,v 1.2 1996/06/23 14:32:44 deraadt Exp $
.\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 437569b0529..e406cf8b50d 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: slattach.c,v 1.3 1996/06/23 14:32:44 deraadt Exp $ */
/* $NetBSD: slattach.c,v 1.17 1996/05/19 21:57:39 jonathan Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)slattach.c 8.2 (Berkeley) 1/7/94";
#else
-static char rcsid[] = "$NetBSD: slattach.c,v 1.17 1996/05/19 21:57:39 jonathan Exp $";
+static char rcsid[] = "$OpenBSD: slattach.c,v 1.3 1996/06/23 14:32:44 deraadt Exp $";
#endif
#endif /* not lint */