summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
commita3ac5dbadb5694f6713891634647a7cef4553c0f (patch)
treefbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/expr
parentcb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff)
update rcsid
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/Makefile1
-rw-r--r--bin/expr/expr.11
-rw-r--r--bin/expr/expr.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 029c1c51155..e17e3f286d9 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:09 deraadt Exp $
# $NetBSD: Makefile,v 1.11 1995/03/21 09:05:33 cgd Exp $
PROG= expr
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 00c05b2d786..037f7beb218 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: expr.1,v 1.2 1996/06/23 14:20:09 deraadt Exp $
.\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
diff --git a/bin/expr/expr.c b/bin/expr/expr.c
index b15e5fb9241..14538ee5b87 100644
--- a/bin/expr/expr.c
+++ b/bin/expr/expr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: expr.c,v 1.3 1996/06/23 14:20:10 deraadt Exp $ */
/* $NetBSD: expr.c,v 1.3.6.1 1996/06/04 20:41:47 cgd Exp $ */
/*