dloader: Add a new option for color loader, "fred_is_blue"
[dragonfly.git] / usr.sbin / procctl / procctl.8
1 .\" $FreeBSD: src/usr.sbin/procctl/procctl.8,v 1.7.2.3 2003/03/11 22:31:31 trhodes Exp $
2 .Dd December 6, 2004
3 .Dt PROCCTL 8
4 .Os
5 .Sh NAME
6 .Nm procctl
7 .Nd clear procfs event flags
8 .Sh SYNOPSIS
9 .Nm
10 .Op Fl v
11 .Ar pid ...
12 .Sh DESCRIPTION
13 The
14 .Nm
15 utility clears the
16 .Xr procfs 5
17 event mask used by
18 .Xr truss 1 .
19 This can be used in the event that a process is left stranded, since
20 the
21 .Xr procfs 5
22 events result in a non-killable process.
23 The arguments are a list of process IDs;
24 .Nm
25 goes through the list and clears the event masks for each specified process.
26 .Pp
27 The options are as follows:
28 .Bl -tag -width Ds
29 .It Fl v
30 Verbose mode.
31 .El
32 .Sh SEE ALSO
33 .Xr truss 1 ,
34 .Xr procfs 5
35 .Sh HISTORY
36 The
37 .Nm
38 utility was written by
39 .An Sean Eric Fagan
40 for
41 .Fx .
42 .Pp
43 Some contributions made by
44 .An Liam J. Foy Aq Mt liamfoy@sepulcrum.org