summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2003-12-14 14:54:53 +0000
committerjkoshy <jkoshy@FreeBSD.org>2003-12-14 14:54:53 +0000
commita2e08c3ed417496ce19a6b839cc5f4ce96f123ad (patch)
treeec760112364b1a834049dfc7308278dc3dd6006a /lib/libc
parent7ca7a053fc6e073175a4429af07571037897c8c4 (diff)
downloadFreeBSD-src-a2e08c3ed417496ce19a6b839cc5f4ce96f123ad.zip
FreeBSD-src-a2e08c3ed417496ce19a6b839cc5f4ce96f123ad.tar.gz
Document the effect of sysctl tunables controlling p_candebug(9) on
ktrace(2).
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/ktrace.28
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index 059142c..de0a3f2 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -147,6 +147,11 @@ to the trace file.
.It Va kern.ktrace.request_pool
bounds the number of trace events being logged at a time.
.El
+.Pp
+Sysctl tunables that control process debuggability (as determined by
+.Xr p_candebug 9 )
+also affect the operation of
+.Fn ktrace .
.Sh RETURN VALUES
.Rv -std ktrace
.Sh ERRORS
@@ -186,7 +191,8 @@ field.
.Xr kdump 1 ,
.Xr ktrace 1 ,
.Xr utrace 2 ,
-.Xr sysctl 8
+.Xr sysctl 8 ,
+.Xr p_candebug 9
.Sh HISTORY
The
.Fn ktrace
OpenPOWER on IntegriCloud