summaryrefslogtreecommitdiffstats
path: root/share/man/man9/SDT.9
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-07-08 05:58:09 +0000
committerjoel <joel@FreeBSD.org>2013-07-08 05:58:09 +0000
commitb5e7d8f60c4276d6e645620ec58368bd445f36a2 (patch)
treeab6e3e61d427a0aa9744bc6d38a959d3f9cb1e11 /share/man/man9/SDT.9
parentaf308476f56b7a0f84e300b27d3c27eba722756a (diff)
downloadFreeBSD-src-b5e7d8f60c4276d6e645620ec58368bd445f36a2.zip
FreeBSD-src-b5e7d8f60c4276d6e645620ec58368bd445f36a2.tar.gz
mdoc: remove superfluous paragraph macros.
Diffstat (limited to 'share/man/man9/SDT.9')
-rw-r--r--share/man/man9/SDT.93
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man9/SDT.9 b/share/man/man9/SDT.9
index 38c35be..3af706d 100644
--- a/share/man/man9/SDT.9
+++ b/share/man/man9/SDT.9
@@ -54,7 +54,6 @@
.Fn SDT_PROBE6 prov mod func name arg0 arg1 arg2 arg3 arg4 arg5
.Fn SDT_PROBE7 prov mod func name arg0 arg1 arg2 arg3 arg4 arg5 arg6
.Sh DESCRIPTION
-.Pp
The
.Nm
macros allow programmers to define static trace points in kernel code.
@@ -158,7 +157,6 @@ trace points.
They are meant to be added to executable code and can be used to instrument the
code in which they are called.
.Sh EXAMPLES
-.Pp
The following probe definition will create a DTrace probe called
.Ql icmp::unreach:pkt-receive ,
which would hypothetically be triggered when the kernel receives an ICMP packet
@@ -216,7 +214,6 @@ framework were originally ported to FreeBSD from Solaris by
This manual page was written by
.An Mark Johnston Aq markj@FreeBSD.org .
.Sh BUGS
-.Pp
The
.Nm
macros allow the module name of a probe to be specified as part of a probe
OpenPOWER on IntegriCloud