diff options
Diffstat (limited to 'bin/pwd')
| -rw-r--r-- | bin/pwd/Makefile | 2 | ||||
| -rw-r--r-- | bin/pwd/pwd.1 | 2 | ||||
| -rw-r--r-- | bin/pwd/pwd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 4a8e66ac8320..d070a1b9b416 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.11.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= pwd diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 2b687a5e3b7f..52beebfcca5e 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwd.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pwd/pwd.1,v 1.26.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 12, 2003 .Dt PWD 1 diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 4baf3aa9e3be..11c752b303b8 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pwd/pwd.c,v 1.25.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> |
