diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /usr.sbin/procctl | |
parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (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 2ccbccb51a8dc..7a139024cb0b1 100644 --- a/usr.sbin/procctl/Makefile +++ b/usr.sbin/procctl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/12/07 02:29:28 peter Exp $ +# $Id: Makefile,v 1.3 1997/12/07 02:35:18 peter Exp $ PROG= procctl MAN8= procctl.8 diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 7179ceb8fe04a..18e56ef351fd4 100644 --- a/usr.sbin/procctl/procctl.8 +++ b/usr.sbin/procctl/procctl.8 @@ -1,4 +1,4 @@ -.\" $Id: procctl.8,v 1.2 1997/12/07 02:30:43 peter Exp $ +.\" $Id: procctl.8,v 1.3 1998/01/05 07:19:14 charnier Exp $ .Dd Nov 23, 1997 .Dt PROCCTL 1 .Os FreeBSD diff --git a/usr.sbin/procctl/procctl.c b/usr.sbin/procctl/procctl.c index ade673d27cbcb..fb453a6d4e53f 100644 --- a/usr.sbin/procctl/procctl.c +++ b/usr.sbin/procctl/procctl.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: procctl.c,v 1.4 1998/01/05 07:19:15 charnier Exp $"; #endif /* not lint */ /* |