diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /usr.bin/touch | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'usr.bin/touch')
| -rw-r--r-- | usr.bin/touch/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/touch/touch.1 | 2 | ||||
| -rw-r--r-- | usr.bin/touch/touch.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/touch/Makefile b/usr.bin/touch/Makefile index e44f4f2cfdcc..450c8d1b7c16 100644 --- a/usr.bin/touch/Makefile +++ b/usr.bin/touch/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/touch/Makefile,v 1.3.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= touch diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 8eb7f4026200..7604d006dfef 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/touch/touch.1,v 1.16.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd April 28, 1995 .Dt TOUCH 1 diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 5ceb17572011..524c9d8b1e28 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/touch/touch.c,v 1.23.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #ifndef lint static const char copyright[] = |
