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 c68c312f269b..f139d0dfb696 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.6.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= clri MAN= clri.8 diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8 index c3c37960cbb2..035b9d616d83 100644 --- a/sbin/clri/clri.8 +++ b/sbin/clri/clri.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)clri.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/clri/clri.8,v 1.14.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd April 19, 1994 .Dt CLRI 8 diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index ff41d1a57cbe..e1eeef285b8d 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/clri/clri.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> |
