From a3ac5dbadb5694f6713891634647a7cef4553c0f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 23 Jun 1996 14:21:59 +0000 Subject: update rcsid --- bin/pwd/Makefile | 2 +- bin/pwd/pwd.1 | 1 + bin/pwd/pwd.c | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/pwd') diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index afb456425ae..34a86cbbcb3 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:20:53 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/03/21 09:08:15 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= pwd diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 611a19983bb..b58bead376c 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pwd.1,v 1.2 1996/06/23 14:20:53 deraadt Exp $ .\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 5f33e3c3cf3..f196be8e4a3 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pwd.c,v 1.2 1996/06/23 14:20:54 deraadt Exp $ */ /* $NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 cgd Exp $"; +static char rcsid[] = "$OpenBSD: pwd.c,v 1.2 1996/06/23 14:20:54 deraadt Exp $"; #endif #endif /* not lint */ -- cgit v1.2.3