aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-02-21 11:05:56 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-02-21 11:05:56 +0000
commit8a61c1540b0e6a39f596682eb847bd489d9556b6 (patch)
tree47433a979a5fc2799fdacc712a8aeacadbceba13
parent74db3cd1907f7a311231c5af67a9041a50433d24 (diff)
Notes
-rw-r--r--usr.sbin/procctl/procctl.812
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8
index 58c52809d2da..4220b34716de 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