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.82
-rw-r--r--sbin/slattach/slattach.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile
index 84b0c1282865..bd499b0aebaa 100644
--- a/sbin/slattach/Makefile
+++ b/sbin/slattach/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 5/11/90
#
-# $FreeBSD$
+# $FreeBSD: src/sbin/slattach/Makefile,v 1.13 2004/02/23 20:13:56 johan Exp $
PROG= slattach
WARNS?= 0
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index a5070ac02f1f..eb62680d8215 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -27,7 +27,7 @@
.\"
.\" @(#)slattach.8 6.4 (Berkeley) 3/16/91
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/slattach/slattach.8,v 1.25.2.1 2005/01/06 03:50:55 rwatson Exp $
.\"
.Dd April 4, 1993
.Dt SLATTACH 8
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 613332cfff9b..d5fc5ce53b51 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -41,7 +41,7 @@ static const char copyright[] =
static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/slattach/slattach.c,v 1.40 2004/04/09 19:58:39 markm Exp $";
#endif /* not lint */
#include <sys/types.h>