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 15679b5a7ce0..1101e650012e 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/04/06 06:00:58 thorpej Exp $ +# $Id: Makefile,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index ffb88a993165..c29e5df20849 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $Id: README,v 1.2 1996/04/06 06:00:59 thorpej Exp $ +# $Id: README,v 1.1.1.1 1996/06/08 03:43:43 alex 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 b315c5b5823b..74735239ba5f 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $Id: pathnames.h,v 1.3 1996/04/06 06:01:00 thorpej Exp $ */ +/* $Id: pathnames.h,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index b3c0c3819b1f..a39e5a18568e 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $Id: units.1,v 1.2.2.2 1998/03/08 14:11:29 jkh Exp $ +.\" $Id: units.1,v 1.2.2.3 1998/07/17 07:25:36 jkh Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 3eae64b59130..cc212a74c6d2 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: units.c,v 1.2.2.1 1997/08/22 06:43:24 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index ef4e8d7a9a25..9aa93d087c88 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $Id: units.lib,v 1.3 1996/04/06 06:01:04 thorpej Exp $ +/ $Id: units.lib,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ / primitive units |
