summaryrefslogtreecommitdiff
path: root/bin/pwd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-14 06:57:09 +0000
commit72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch)
tree49c75f7b6a634efb81c3709f39147fdba24623bb /bin/pwd
parent606cad63e046f2873878d07634158eb90c5a2cf6 (diff)
Diffstat (limited to 'bin/pwd')
-rw-r--r--bin/pwd/Makefile2
-rw-r--r--bin/pwd/pwd.12
-rw-r--r--bin/pwd/pwd.c2
-rw-r--r--bin/pwd/realpath.12
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile
index 718cd4620f811..4dd15078805ac 100644
--- a/bin/pwd/Makefile
+++ b/bin/pwd/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
+# $FreeBSD: src/bin/pwd/Makefile,v 1.5.2.3 2001/08/01 05:13:30 obrien Exp $
PROG= pwd
LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index 98fb967c3332b..4ecab0c269da3 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/pwd/pwd.1,v 1.10.2.4 2001/08/16 10:01:07 ru Exp $
.\"
.Dd April 28, 1995
.Dt PWD 1
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index befb340c08121..4849e78ad403f 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/pwd/pwd.c,v 1.9.2.2 2001/08/01 05:08:31 obrien Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/bin/pwd/realpath.1 b/bin/pwd/realpath.1
index bbc5a0409c7f4..6ffcb8be14f11 100644
--- a/bin/pwd/realpath.1
+++ b/bin/pwd/realpath.1
@@ -34,7 +34,7 @@
.\"
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\" From: src/bin/pwd/pwd.1,v 1.11 2000/11/20 11:39:39 ru Exp
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/pwd/realpath.1,v 1.2.2.3 2001/08/16 10:01:07 ru Exp $
.\"
.Dd November 24, 2000
.Dt REALPATH 1