aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/truss.1
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2004-09-03 17:52:55 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2004-09-03 17:52:55 +0000
commit4bcd2254f356ef58eb9b9f328bb97eca5f0be205 (patch)
tree63f1544597c99899d238d477878be3800e500ab3 /usr.bin/truss/truss.1
parent345c5f4a235b248794fe6a698053f9210857c5d6 (diff)
downloadsrc-4bcd2254f356ef58eb9b9f328bb97eca5f0be205.tar.gz
src-4bcd2254f356ef58eb9b9f328bb97eca5f0be205.zip
xref and give a hint as to what procctl can be used for.
Notes
Notes: svn path=/head/; revision=134714
Diffstat (limited to 'usr.bin/truss/truss.1')
-rw-r--r--usr.bin/truss/truss.18
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index ef459d948372..9a4a0ace9917 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -68,6 +68,11 @@ and
.Ar command
options are mutually exclusive.)
.El
+.Pp
+The
+.Xr procctl 8
+utility can be used to clear tracepoints in a stuck process
+left behind if truss abnormally terminates.
.Sh EXAMPLES
# Follow the system calls used in echoing "hello"
.Dl $ truss /bin/echo hello
@@ -78,7 +83,8 @@ options are mutually exclusive.)
.Sh SEE ALSO
.Xr kdump 1 ,
.Xr ktrace 1 ,
-.Xr procfs 5
+.Xr procfs 5 ,
+.Xr procctl 8
.Sh HISTORY
The
.Nm