summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2005-03-08 01:37:36 +0000
committerhmp <hmp@FreeBSD.org>2005-03-08 01:37:36 +0000
commit028925ec3c5f32d884e2cdf28a38dcd50abb655e (patch)
tree6b3199d9038989d94200ab0bea4bbb7c5d057451 /share/man
parenteb0e1a66a0bacca0bf86be5c6666da35fd8d28dc (diff)
downloadFreeBSD-src-028925ec3c5f32d884e2cdf28a38dcd50abb655e.zip
FreeBSD-src-028925ec3c5f32d884e2cdf28a38dcd50abb655e.tar.gz
Make note of the ktrdump(8) utility in the opening paragraph of this
manual page. Fix indentation of code block in EXAMPLE section so the manual page can be viewed in a 80 column window.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/ktr.99
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/ktr.9 b/share/man/man9/ktr.9
index c7f8a68..498b58c 100644
--- a/share/man/man9/ktr.9
+++ b/share/man/man9/ktr.9
@@ -56,10 +56,11 @@ KTR provides a circular buffer of events that can be logged in a
.Xr printf 9
style
fashion.
-These events can then be dumped either via
-.Xr ddb 4
+These events can then be dumped with
+.Xr ddb 4 ,
+.Xr gdb 1
or
-.Xr gdb 1 .
+.Xr ktrdump 8 .
.Pp
Events are created and logged in the kernel via the
.Dv CTR Ns Ar x
@@ -109,7 +110,7 @@ the console in addition to the event buffer.
This example demonstrates the use of tracepoints at the
.Dv KTR_PROC
logging level.
-.Bd -literal -offset indent
+.Bd -literal -compact
void
mi_switch()
{
OpenPOWER on IntegriCloud