From 3b842d34e82312a8004a7ecd65ccdb837ef72ac1 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 01:08:13 +0000 Subject: $Id$ -> $FreeBSD$ --- usr.bin/uniq/uniq.1 | 2 +- usr.bin/uniq/uniq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/uniq') diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 1728369..e14dd51 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93 -.\" $Id: uniq.1,v 1.3 1997/09/07 15:09:22 joerg Exp $ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index fe47d42..0cc7977 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uniq.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: uniq.c,v 1.4 1997/09/07 15:09:22 joerg Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1