diff options
Diffstat (limited to 'usr.sbin/procctl')
| -rw-r--r-- | usr.sbin/procctl/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/procctl/procctl.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/procctl/procctl.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/procctl/Makefile b/usr.sbin/procctl/Makefile index 09e70cac7ba3..6835884baac3 100644 --- a/usr.sbin/procctl/Makefile +++ b/usr.sbin/procctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/procctl/Makefile,v 1.4 1999/08/28 01:19:12 peter Exp $ PROG= procctl MAN8= procctl.8 diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 4220b34716de..3e08c97163eb 100644 --- a/usr.sbin/procctl/procctl.8 +++ b/usr.sbin/procctl/procctl.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/procctl/procctl.8,v 1.7 2000/02/21 11:05:56 ru Exp $ .Dd Nov 23, 1997 .Dt PROCCTL 8 .Os FreeBSD diff --git a/usr.sbin/procctl/procctl.c b/usr.sbin/procctl/procctl.c index 574523f908b4..28b2bd1fe454 100644 --- a/usr.sbin/procctl/procctl.c +++ b/usr.sbin/procctl/procctl.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/procctl/procctl.c,v 1.6 2000/02/21 10:22:39 ru Exp $"; #endif /* not lint */ /* |
