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/tr | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/tr')
-rw-r--r-- | usr.bin/tr/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/tr/extern.h | 1 | ||||
-rw-r--r-- | usr.bin/tr/str.c | 3 | ||||
-rw-r--r-- | usr.bin/tr/tr.1 | 1 | ||||
-rw-r--r-- | usr.bin/tr/tr.c | 3 |
5 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index cff62318fe2..b534698f099 100644 --- a/usr.bin/tr/Makefile +++ b/usr.bin/tr/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:41:48 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1994/12/07 08:35:02 jtc Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tr SRCS= str.c tr.c diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index df0fe4bc686..a4768226b53 100644 --- a/usr.bin/tr/extern.h +++ b/usr.bin/tr/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.3 1996/06/26 05:41:49 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.4 1995/11/01 00:45:22 pk Exp $ */ /*- diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index bec54a12864..89da12674bb 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -1,3 +1,4 @@ +/* $OpenBSD: str.c,v 1.2 1996/06/26 05:41:49 deraadt Exp $ */ /* $NetBSD: str.c,v 1.7 1995/08/31 22:13:47 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; #endif -static char rcsid[] = "$NetBSD: str.c,v 1.7 1995/08/31 22:13:47 jtc Exp $"; +static char rcsid[] = "$OpenBSD: str.c,v 1.2 1996/06/26 05:41:49 deraadt Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 42a131ff34d..8d24519b2f9 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: tr.1,v 1.2 1996/06/26 05:41:50 deraadt Exp $ .\" $NetBSD: tr.1,v 1.5 1994/12/07 08:35:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 1eb114651cb..74af9024d05 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tr.c,v 1.2 1996/06/26 05:41:51 deraadt Exp $ */ /* $NetBSD: tr.c,v 1.5 1995/08/31 22:13:48 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95"; #endif -static char rcsid[] = "$NetBSD: tr.c,v 1.5 1995/08/31 22:13:48 jtc Exp $"; +static char rcsid[] = "$OpenBSD: tr.c,v 1.2 1996/06/26 05:41:51 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |