diff options
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/watch/watch.8 | 2 | ||||
-rw-r--r-- | usr.sbin/watch/watch.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index e8a8ea6ab698..ab156285e96a 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/watch/Makefile,v 1.16.32.1 2009/04/15 03:14:26 kensmith Exp $ PROG= watch MAN= watch.8 diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 99c6b6feab94..152c4c1d49e2 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/watch/watch.8,v 1.30.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd November 24, 2001 .Dt WATCH 8 diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index cc833ef38fd8..12f8b72c7669 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/watch/watch.c,v 1.34.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/fcntl.h> |