summaryrefslogtreecommitdiff
path: root/usr.bin/whereis
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/whereis
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/whereis')
-rw-r--r--usr.bin/whereis/Makefile3
-rw-r--r--usr.bin/whereis/whereis.11
-rw-r--r--usr.bin/whereis/whereis.c3
3 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile
index 39c4095adc4..77ecaf558bf 100644
--- a/usr.bin/whereis/Makefile
+++ b/usr.bin/whereis/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.1 1995/10/18 08:46:52 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:55 deraadt Exp $
PROG= whereis
diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1
index cc5783ef008..3369b73ecfb 100644
--- a/usr.bin/whereis/whereis.1
+++ b/usr.bin/whereis/whereis.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: whereis.1,v 1.2 1996/06/26 05:42:56 deraadt Exp $
.\" $NetBSD: whereis.1,v 1.4 1995/08/31 21:54:51 jtc Exp $
.\"
.\" Copyright (c) 1993
diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c
index 412063a8731..cc1d0f64e57 100644
--- a/usr.bin/whereis/whereis.c
+++ b/usr.bin/whereis/whereis.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: whereis.c,v 1.2 1996/06/26 05:42:56 deraadt Exp $ */
/* $NetBSD: whereis.c,v 1.6 1995/08/31 21:54:52 jtc Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)whereis.c 8.3 (Berkeley) 5/4/95";
#endif
-static char *rcsid = "$NetBSD: whereis.c,v 1.6 1995/08/31 21:54:52 jtc Exp $";
+static char *rcsid = "$OpenBSD: whereis.c,v 1.2 1996/06/26 05:42:56 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>