1999-08-28 01:35:59 +00:00
|
|
|
.\" $FreeBSD$
|
2000-12-11 15:57:16 +00:00
|
|
|
.Dd November 23, 1997
|
1999-06-15 14:04:19 +00:00
|
|
|
.Dt PROCCTL 8
|
2001-07-10 15:12:08 +00:00
|
|
|
.Os
|
1997-12-06 04:19:09 +00:00
|
|
|
.Sh NAME
|
1998-01-05 07:19:15 +00:00
|
|
|
.Nm procctl
|
1997-12-06 04:19:09 +00:00
|
|
|
.Nd clear procfs event flags
|
1998-01-05 07:19:15 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-02-21 11:05:56 +00:00
|
|
|
.Nm
|
|
|
|
.Ar pid ...
|
1997-12-06 04:19:09 +00:00
|
|
|
.Sh DESCRIPTION
|
2000-02-21 11:05:56 +00:00
|
|
|
The
|
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility clears the
|
1997-12-06 04:19:09 +00:00
|
|
|
.Xr procfs 5
|
|
|
|
event mask used by
|
|
|
|
.Xr truss 1 .
|
|
|
|
This can be used in the event that a process is left stranded, since
|
|
|
|
the
|
|
|
|
.Xr procfs 5
|
|
|
|
events result in a non-killable process.
|
2000-02-21 11:05:56 +00:00
|
|
|
The arguments are a list of process IDs;
|
1998-01-05 07:19:15 +00:00
|
|
|
.Nm
|
1997-12-06 04:19:09 +00:00
|
|
|
goes through the list and clears the event masks for each specified process.
|
1998-01-05 07:19:15 +00:00
|
|
|
.Sh SEE ALSO
|
1997-12-06 04:19:09 +00:00
|
|
|
.Xr truss 1 ,
|
|
|
|
.Xr procfs 5
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1998-01-05 07:19:15 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility was written by
|
1998-01-05 07:19:15 +00:00
|
|
|
.An Sean Eric Fagan
|
|
|
|
for
|
2000-01-23 02:10:01 +00:00
|
|
|
.Fx .
|