diff options
Diffstat (limited to 'usr.sbin/procctl')
-rw-r--r-- | usr.sbin/procctl/procctl.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 58c5280..4220b34 100644 --- a/usr.sbin/procctl/procctl.8 +++ b/usr.sbin/procctl/procctl.8 @@ -6,12 +6,12 @@ .Nm procctl .Nd clear procfs event flags .Sh SYNOPSIS -.Nm procctl -.Ar command -.Op Ar ... +.Nm +.Ar pid ... .Sh DESCRIPTION -.Nm Procctl -clears the +The +.Nm +command clears the .Xr procfs 5 event mask used by .Xr truss 1 . @@ -19,7 +19,7 @@ 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. -The options are a list of process ID's; +The arguments are a list of process IDs; .Nm goes through the list and clears the event masks for each specified process. .Sh SEE ALSO |