diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:21:59 +0000 |
commit | a3ac5dbadb5694f6713891634647a7cef4553c0f (patch) | |
tree | fbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/ln | |
parent | cb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff) |
update rcsid
Diffstat (limited to 'bin/ln')
-rw-r--r-- | bin/ln/Makefile | 2 | ||||
-rw-r--r-- | bin/ln/ln.1 | 1 | ||||
-rw-r--r-- | bin/ln/ln.c | 3 | ||||
-rw-r--r-- | bin/ln/symlink.7 | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 765ae82b31d..80740a98891 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:14 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:06:05 cgd Exp $ -# @(#)Makefile 8.2 (Berkeley) 5/31/93 PROG= ln MAN= ln.1 symlink.7 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 978a8e6b605..925a7c7cb82 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: ln.1,v 1.2 1996/06/23 14:20:15 deraadt Exp $ .\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 854e6be2eb9..0071e5d7fb0 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ln.c,v 1.2 1996/06/23 14:20:16 deraadt Exp $ */ /* $NetBSD: ln.c,v 1.10 1995/03/21 09:06:10 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #else -static char rcsid[] = "$NetBSD: ln.c,v 1.10 1995/03/21 09:06:10 cgd Exp $"; +static char rcsid[] = "$OpenBSD: ln.c,v 1.2 1996/06/23 14:20:16 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index be2bc18860a..85ad7beeae5 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -1,3 +1,4 @@ +.\" $OpenBSD: symlink.7,v 1.3 1996/06/23 14:20:16 deraadt Exp $ .\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 |