diff options
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/Makefile | 2 | ||||
-rw-r--r-- | libexec/comsat/comsat.8 | 2 | ||||
-rw-r--r-- | libexec/comsat/comsat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index c501cccb8551..67479e2f6d32 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/comsat/Makefile,v 1.8.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= comsat MAN= comsat.8 diff --git a/libexec/comsat/comsat.8 b/libexec/comsat/comsat.8 index 50b6b113b1d9..6703822e2328 100644 --- a/libexec/comsat/comsat.8 +++ b/libexec/comsat/comsat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)comsat.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/comsat/comsat.8,v 1.14.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd July 9, 2002 .Dt COMSAT 8 diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index ed14b1a2d2bc..bea44159afb8 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)comsat.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/comsat/comsat.c,v 1.17.20.1 2009/04/15 03:14:26 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> |