diff options
Diffstat (limited to 'sbin/clri')
| -rw-r--r-- | sbin/clri/Makefile | 2 | ||||
| -rw-r--r-- | sbin/clri/clri.8 | 2 | ||||
| -rw-r--r-- | sbin/clri/clri.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index 0e99a4e4d411..1189c9d6e432 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/clri/Makefile,v 1.2.14.2 2001/08/01 05:54:57 obrien Exp $ PROG= clri WARNS?= 2 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index 96380dae9075..acf177f71abd 100644 --- a/sbin/clri/clri.8 +++ b/sbin/clri/clri.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)clri.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/clri/clri.8,v 1.7.2.2 2001/08/16 11:35:41 ru Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 85de80f4ee76..06ef35301ca3 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/clri/clri.c,v 1.4 1999/08/28 00:12:32 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |
