diff options
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/Makefile | 2 | ||||
| -rw-r--r-- | sbin/slattach/slattach.8 | 2 | ||||
| -rw-r--r-- | sbin/slattach/slattach.c | 2 |
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 a359dd25605d..200f143a0712 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.29 2005/02/10 09:19:33 ru Exp $ .\" .Dd April 4, 1993 .Dt SLATTACH 8 diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index afdfce8a2e71..cc247d96fb3d 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.41 2005/02/10 09:19:33 ru Exp $"; #endif /* not lint */ #include <sys/types.h> |
