diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
commit | f390c26dd9214a3602049fa55835b2d367ef60df (patch) | |
tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/units | |
parent | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (diff) | |
download | FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.zip FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.tar.gz |
Revert $FreeBSD$ to $Id$
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 dad87f3..b414356 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index 834a42b..b7a173a 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ 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 25166ec..f41f207 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index da8c8dc..33dd059 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .TH UNITS 1 "14 July 1993" .SH NAME units - conversion program diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 8030564..8ecc077 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * units.c Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu) diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index 39cf007..9fcacc4 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $FreeBSD$ +/ $Id$ / primitive units |