summaryrefslogtreecommitdiffstats
path: root/usr.sbin/procctl/procctl.8
diff options
context:
space:
mode:
authorsef <sef@FreeBSD.org>1997-12-06 04:19:09 +0000
committersef <sef@FreeBSD.org>1997-12-06 04:19:09 +0000
commit54294bb9abc37dd4230c358d71249ed8cd8e20de (patch)
treeaa47cc68bb9c593cb1979d766ffab21595c0db4d /usr.sbin/procctl/procctl.8
parentc7d273eccbdbad69eed3ca880a3956ca804a83c8 (diff)
downloadFreeBSD-src-54294bb9abc37dd4230c358d71249ed8cd8e20de.zip
FreeBSD-src-54294bb9abc37dd4230c358d71249ed8cd8e20de.tar.gz
First checkin of the procctl program.
Diffstat (limited to 'usr.sbin/procctl/procctl.8')
-rw-r--r--usr.sbin/procctl/procctl.829
1 files changed, 29 insertions, 0 deletions
diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8
new file mode 100644
index 0000000..8af32da
--- /dev/null
+++ b/usr.sbin/procctl/procctl.8
@@ -0,0 +1,29 @@
+.Dd Nov 23, 1997
+.Dt PROCCTL 1
+.Os FreeBSD
+.Sh NAME
+.Nm \&procctl
+.Nd clear procfs event flags
+.Sh Synopsis
+.Nm \&procctl
+.Ar command
+.Ar [...]
+.Sh DESCRIPTION
+.Nm \&procctl
+clears the
+.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.
+The options are a list of process ID's;
+.Nm \&procctl
+goes through the list and clears the event masks for each specified process.
+.Xr truss 1 ,
+.Xr procfs 5
+.Sh HISTORY
+The
+.Nm procctl
+command was written by Sean Eric Fagan for FreeBSD.
OpenPOWER on IntegriCloud