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/paste | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/paste')
-rw-r--r-- | usr.bin/paste/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/paste/paste.1 | 2 | ||||
-rw-r--r-- | usr.bin/paste/paste.c | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/paste/Makefile b/usr.bin/paste/Makefile index 7029cef3ef0..39da83bfb2b 100644 --- a/usr.bin/paste/Makefile +++ b/usr.bin/paste/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.1 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1995/10/18 08:45:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:37:49 deraadt Exp $ PROG= paste diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index bfb44aebf95..5b5600ed540 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: paste.1,v 1.2 1996/06/26 05:37:50 deraadt Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -34,7 +35,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)paste.1 5.6 (Berkeley) 7/27/91 -.\" $Id: paste.1,v 1.1 1995/10/18 08:45:54 deraadt Exp $ .\" .Dd July 27, 1991 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index ce4182da8a2..cc5fce44c0f 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -1,3 +1,5 @@ +/* $OpenBSD: paste.c,v 1.2 1996/06/26 05:37:50 deraadt Exp $ */ + /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -42,7 +44,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/ -static char rcsid[] = "$Id: paste.c,v 1.1 1995/10/18 08:45:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: paste.c,v 1.2 1996/06/26 05:37:50 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |