diff options
Diffstat (limited to 'usr.bin/unvis')
-rw-r--r-- | usr.bin/unvis/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/unvis/unvis.1 | 1 | ||||
-rw-r--r-- | usr.bin/unvis/unvis.c | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index 677e61d94d8..63c8bd56251 100644 --- a/usr.bin/unvis/Makefile +++ b/usr.bin/unvis/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:17 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1994/12/06 07:36:07 jtc Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= unvis diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index 54b325fb318..e31b270f009 100644 --- a/usr.bin/unvis/unvis.1 +++ b/usr.bin/unvis/unvis.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: unvis.1,v 1.2 1996/06/26 05:42:17 deraadt Exp $ .\" $NetBSD: unvis.1,v 1.3 1994/12/06 07:36:08 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 82deb92f06b..d1962fe4603 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -1,3 +1,5 @@ +/* $OpenBSD: unvis.c,v 1.2 1996/06/26 05:42:18 deraadt Exp $ */ + /*- * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$Id: unvis.c,v 1.1 1995/10/18 08:46:30 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: unvis.c,v 1.2 1996/06/26 05:42:18 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> |