diff options
Diffstat (limited to 'usr.bin/split')
-rw-r--r-- | usr.bin/split/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/split/split.1 | 1 | ||||
-rw-r--r-- | usr.bin/split/split.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index 8b902ffd33a..2babfb9d8e0 100644 --- a/usr.bin/split/Makefile +++ b/usr.bin/split/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:39:27 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1994/12/21 08:20:33 jtc Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= split diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 788f1007b93..0e59fb11795 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: split.1,v 1.2 1996/06/26 05:39:28 deraadt Exp $ .\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index ab981252cbc..50c42025282 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -1,3 +1,4 @@ +/* $OpenBSD: split.c,v 1.2 1996/06/26 05:39:28 deraadt Exp $ */ /* $NetBSD: split.c,v 1.5 1995/08/31 22:22:05 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94"; #endif -static char rcsid[] = "$NetBSD: split.c,v 1.5 1995/08/31 22:22:05 jtc Exp $"; +static char rcsid[] = "$OpenBSD: split.c,v 1.2 1996/06/26 05:39:28 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> |