diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /sbin/slattach | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
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> |
