diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.sbin/procctl | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
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 5cb35e707371..b9f385273be5 100644 --- a/usr.sbin/procctl/Makefile +++ b/usr.sbin/procctl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/procctl/Makefile,v 1.8 2001/07/20 06:20:15 obrien Exp $ PROG= procctl MAN= procctl.8 diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 1add286472f4..91ed25fc6627 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.10 2002/07/14 14:45:06 charnier Exp $ .Dd November 23, 1997 .Dt PROCCTL 8 .Os diff --git a/usr.sbin/procctl/procctl.c b/usr.sbin/procctl/procctl.c index 5bd1f21954c6..8ec932e2a7f4 100644 --- a/usr.sbin/procctl/procctl.c +++ b/usr.sbin/procctl/procctl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/procctl/procctl.c,v 1.7 2003/05/03 21:06:38 obrien Exp $"); /* * procctl -- clear the event mask, and continue, any specified processes. |
