summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-06-13 09:04:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-06-13 09:04:35 +0000
commitef79ec9edcbc9cfc751c00f882f87afe5f0531e0 (patch)
tree7de7199168b66c0db1414fba503e4b529e8b63ef
parent51f10899440857d8c6f2a571137516581af6c09f (diff)
Notes
-rw-r--r--usr.sbin/procctl/procctl.814
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8
index 532b4d1425da..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
@@ -31,4 +31,4 @@ The
command was written by
.An Sean Eric Fagan
for
-.Bx Free .
+.Fx .