summaryrefslogtreecommitdiff
path: root/bin/pwd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
commita3ac5dbadb5694f6713891634647a7cef4553c0f (patch)
treefbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/pwd
parentcb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff)
update rcsid
Diffstat (limited to 'bin/pwd')
-rw-r--r--bin/pwd/Makefile2
-rw-r--r--bin/pwd/pwd.11
-rw-r--r--bin/pwd/pwd.c3
3 files changed, 4 insertions, 2 deletions
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 */