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/indent/args.c | 2 +- usr.bin/indent/indent.1 | 2 +- usr.bin/indent/indent.c | 2 +- usr.bin/indent/io.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/indent') diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 376a603..7a646c0 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 71fb6bc..b7af9b4 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)indent.1 8.1 (Berkeley) 7/1/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd July 1, 1993 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index c903d70..02d3444 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "$Id: indent.c,v 1.3 1998/10/18 04:46:24 thepish Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 11c9a8d..596c849 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: io.c,v 1.3 1997/07/15 09:50:59 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include -- cgit v1.1