diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/biff | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/biff')
-rw-r--r-- | usr.bin/biff/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/biff/biff.1 | 1 | ||||
-rw-r--r-- | usr.bin/biff/biff.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index ca41adb9d50..27ea22826a4 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:31:40 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/26 02:34:19 glass Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= biff diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 225c7c1584a..6a954dfe62e 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: biff.1,v 1.2 1996/06/26 05:31:40 deraadt Exp $ .\" $NetBSD: biff.1,v 1.3 1995/03/26 02:34:21 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 22c0c4d924a..52ebc42187f 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -1,3 +1,4 @@ +/* $OpenBSD: biff.c,v 1.2 1996/06/26 05:31:41 deraadt Exp $ */ /* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $"; +static char rcsid[] = "$OpenBSD: biff.c,v 1.2 1996/06/26 05:31:41 deraadt Exp $"; #endif #endif /* not lint */ |