summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/ktrace.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
committerru <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
commit8ba41876884256f20dce333e0a239a8555ee2670 (patch)
tree406fdc6bd2e9339a476078f0728594ca5e4102f4 /lib/libc/sys/ktrace.2
parentf6aeda2758e1076d8ebfb1ef7f190c7f3ed5fb8a (diff)
downloadFreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.zip
FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libc/sys/ktrace.2')
-rw-r--r--lib/libc/sys/ktrace.224
1 files changed, 13 insertions, 11 deletions
diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2
index cc45f91..db4c2d3 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -70,10 +70,12 @@ The
parameter specifies the requested ktrace operation.
The defined operations are:
.Bl -column KTRFLAG_DESCENDXXX -offset indent
-.It KTROP_SET Enable trace points specified in Fa trpoints .
-.It KTROP_CLEAR Disable trace points specified in Fa trpoints .
-.It KTROP_CLEARFILE Stop all tracing.
-.It KTRFLAG_DESCEND The tracing change should apply to the
+.It "KTROP_SET Enable trace points specified in"
+.Fa trpoints .
+.It "KTROP_CLEAR Disable trace points specified in
+.Fa trpoints .
+.It "KTROP_CLEARFILE Stop all tracing."
+.It "KTRFLAG_DESCEND The tracing change should apply to the"
specified process and all its current children.
.El
.Pp
@@ -82,14 +84,14 @@ The
parameter specifies the trace points of interest.
The defined trace points are:
.Bl -column KTRFAC_SYSCALLXXX -offset indent
-.It KTRFAC_SYSCALL Trace system calls.
-.It KTRFAC_SYSRET Trace return values from system calls.
-.It KTRFAC_NAMEI Trace name lookup operations.
-.It KTRFAC_GENIO Trace all I/O (note that this option can
+.It "KTRFAC_SYSCALL Trace system calls."
+.It "KTRFAC_SYSRET Trace return values from system calls."
+.It "KTRFAC_NAMEI Trace name lookup operations."
+.It "KTRFAC_GENIO Trace all I/O (note that this option can"
generate much output).
-.It KTRFAC_PSIG Trace posted signals.
-.It KTRFAC_CSW Trace context switch points.
-.It KTRFAC_INHERIT Inherit tracing to future children.
+.It "KTRFAC_PSIG Trace posted signals."
+.It "KTRFAC_CSW Trace context switch points."
+.It "KTRFAC_INHERIT Inherit tracing to future children."
.El
.Pp
Each tracing event outputs a record composed of a generic header
OpenPOWER on IntegriCloud