diff options
Diffstat (limited to 'sbin/clri')
-rw-r--r-- | sbin/clri/clri.8 | 2 | ||||
-rw-r--r-- | sbin/clri/clri.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index 7f66eccc54f2..9677284a4a52 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.6.2.1 1999/08/29 15:12:41 peter Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 85de80f4ee76..84033527c00d 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.3.2.1 1999/08/29 15:12:41 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |