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..9b49766113a1 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 2003/04/04 17:49:20 obrien Exp $ PROG= watch MAN= watch.8 diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 99c6b6feab94..ea802dac683f 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 2005/01/18 20:02:45 ru Exp $ .\" .Dd November 24, 2001 .Dt WATCH 8 diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 732db3d27e54..d3f41c5cb314 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.31.8.1 2005/09/23 23:24:55 cognet Exp $"); #include <sys/param.h> #include <sys/fcntl.h> |
