opnsense-src/usr.sbin/procctl/procctl.8

35 lines
584 B
Groff
Raw Normal View History

1999-08-27 21:35:59 -04:00
.\" $FreeBSD$
.Dd November 23, 1997
1999-06-15 10:04:19 -04:00
.Dt PROCCTL 8
.Os
1997-12-05 23:19:09 -05:00
.Sh NAME
.Nm procctl
1997-12-05 23:19:09 -05:00
.Nd clear procfs event flags
.Sh SYNOPSIS
2000-02-21 06:05:56 -05:00
.Nm
.Ar pid ...
1997-12-05 23:19:09 -05:00
.Sh DESCRIPTION
2000-02-21 06:05:56 -05:00
The
.Nm
2002-07-14 10:47:15 -04:00
utility clears the
1997-12-05 23:19:09 -05: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 06:05:56 -05:00
The arguments are a list of process IDs;
.Nm
1997-12-05 23:19:09 -05:00
goes through the list and clears the event masks for each specified process.
.Sh SEE ALSO
1997-12-05 23:19:09 -05:00
.Xr truss 1 ,
.Xr procfs 5
.Sh HISTORY
The
.Nm
2002-07-14 10:47:15 -04:00
utility was written by
.An Sean Eric Fagan
for
.Fx .