diff options
Diffstat (limited to 'usr.bin/env')
-rw-r--r-- | usr.bin/env/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/env/env.1 | 2 | ||||
-rw-r--r-- | usr.bin/env/env.c | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index aef90b0f3f3..21d1cf1fb89 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:39 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/09/28 07:34:35 perry Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= env diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index b37a8f27f20..a4e86efecba 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: env.1,v 1.3 1996/06/26 05:32:39 deraadt Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -32,7 +33,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91 -.\" $Id: env.1,v 1.2 1995/12/08 19:48:00 deraadt Exp $ .\" .Dd August 27, 1993 .Dt ENV 1 diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 134a226f5a5..b6003f42ddf 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -1,3 +1,5 @@ +/* $OpenBSD: env.c,v 1.3 1996/06/26 05:32:40 deraadt Exp $ */ + /* * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -39,7 +41,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/ -static char rcsid[] = "$NetBSD: env.c,v 1.9 1996/05/07 18:32:22 jtc Exp $"; +static char rcsid[] = "$OpenBSD: env.c,v 1.3 1996/06/26 05:32:40 deraadt Exp $"; #endif /* not lint */ #include <err.h> |