diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/watch | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
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 12e44fc..4d8d9f1 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= watch MAN8= watch.8 diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 359b3c3..437b11a 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -1,6 +1,6 @@ .\" .\" @(#)watch.8 1.1 (FreeBSD) 2/17/95 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd February 17, 1995 .Dt WATCH 8 diff --git a/usr.sbin/watch/watch.c b/usr.sbin/watch/watch.c index 9277efb..307ffa7 100644 --- a/usr.sbin/watch/watch.c +++ b/usr.sbin/watch/watch.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |