diff options
Diffstat (limited to 'usr.bin/time')
-rw-r--r-- | usr.bin/time/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/time/time.1 | 2 | ||||
-rw-r--r-- | usr.bin/time/time.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile index 5a580d2c4ead0..ef26618055404 100644 --- a/usr.bin/time/Makefile +++ b/usr.bin/time/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/time/Makefile,v 1.2 2007/05/07 12:23:23 dwmalone Exp $ PROG= time WARNS?=6 diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 79419bfa309c8..8960540442e61 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/time/time.1,v 1.26 2006/09/29 15:20:47 ru Exp $ .\" .Dd May 14, 2006 .Dt TIME 1 diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index a97ffecce2095..7c653b1858656 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/time/time.c,v 1.30 2007/05/07 12:23:23 dwmalone Exp $"; #endif /* not lint */ #include <sys/types.h> |