diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-06 07:58:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-06 07:58:04 +0000 |
commit | 34181e06a7fb1dad00312dfc5e13b2f0d4d8f8ef (patch) | |
tree | a05adbf3b725986cc9283700c0cadd7067e18d01 /usr.bin/file2c | |
parent | 2cbfdf51d83d2fc0f0396562250a188cb6faba48 (diff) |
Diffstat (limited to 'usr.bin/file2c')
-rw-r--r-- | usr.bin/file2c/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/file2c/file2c.1 | 2 | ||||
-rw-r--r-- | usr.bin/file2c/file2c.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index f19c125af3d45..f753741641351 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/09/24 02:55:45 davidg Exp $ +# $Id: Makefile,v 1.1 1995/01/29 00:49:42 phk Exp $ PROG= file2c MAN1= file2c.1 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index c2dda08198ecd..3143cd2adff66 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $Id$ +.\" $Id: file2c.1,v 1.1 1995/01/29 00:49:49 phk Exp $ .\" .Dd Jan 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad9045fcb33..904fdc0a95ae9 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: file2c.c,v 1.1 1995/01/29 00:49:57 phk Exp $ * */ |