summaryrefslogtreecommitdiff
path: root/usr.bin/expand
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/expand')
-rw-r--r--usr.bin/expand/Makefile2
-rw-r--r--usr.bin/expand/expand.11
-rw-r--r--usr.bin/expand/expand.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile
index 3ba1372d468..3836fd99734 100644
--- a/usr.bin/expand/Makefile
+++ b/usr.bin/expand/Makefile
@@ -1,4 +1,4 @@
-# @(#)Makefile 8.1 (Berkeley) 6/9/93
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:47 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/09/02 06:19:43 jtc Exp $
PROG= expand
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1
index 17213649bfe..43a83d56773 100644
--- a/usr.bin/expand/expand.1
+++ b/usr.bin/expand/expand.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: expand.1,v 1.2 1996/06/26 05:32:47 deraadt Exp $
.\" $NetBSD: expand.1,v 1.3 1995/09/02 06:19:45 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c
index 2c61fc20c26..52b207c063d 100644
--- a/usr.bin/expand/expand.c
+++ b/usr.bin/expand/expand.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: expand.c,v 1.2 1996/06/26 05:32:48 deraadt Exp $ */
/* $NetBSD: expand.c,v 1.5 1995/09/02 06:19:46 jtc Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93";
#endif
-static char rcsid[] = "$NetBSD: expand.c,v 1.5 1995/09/02 06:19:46 jtc Exp $";
+static char rcsid[] = "$OpenBSD: expand.c,v 1.2 1996/06/26 05:32:48 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>