diff options
Diffstat (limited to 'usr.bin/units')
| -rw-r--r-- | usr.bin/units/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/units/README | 2 | ||||
| -rw-r--r-- | usr.bin/units/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.bin/units/units.1 | 2 | ||||
| -rw-r--r-- | usr.bin/units/units.c | 2 | ||||
| -rw-r--r-- | usr.bin/units/units.lib | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 946132c7bb99..65e5f30f1772 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/units/Makefile,v 1.4.2.1 1999/08/29 15:34:15 peter Exp $ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index 974cbe9fee3f..0a31dbccffc1 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/units/README,v 1.3.2.1 1999/08/29 15:34:16 peter Exp $ This is a program which I wrote as a clone of the UNIX 'units' command. I threw it together in a couple days, but it seems to work, diff --git a/usr.bin/units/pathnames.h b/usr.bin/units/pathnames.h index 227dd00b4922..3f634ff21289 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/units/pathnames.h,v 1.3.2.1 1999/08/29 15:34:16 peter Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index f1c2de8602e7..1a8c288766f2 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/units/units.1,v 1.7.2.1 1999/08/29 15:34:17 peter Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 7d1fd785d5b6..0d8354b9991e 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/units/units.c,v 1.5.2.1 1999/08/29 15:34:18 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index a2f821459881..b7e77ec1712c 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $FreeBSD$ +/ $FreeBSD: src/usr.bin/units/units.lib,v 1.3.2.2 1999/08/29 15:34:18 peter Exp $ / primitive units |
