diff options
author | joel <joel@FreeBSD.org> | 2013-07-08 05:58:09 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-07-08 05:58:09 +0000 |
commit | b5e7d8f60c4276d6e645620ec58368bd445f36a2 (patch) | |
tree | ab6e3e61d427a0aa9744bc6d38a959d3f9cb1e11 /share | |
parent | af308476f56b7a0f84e300b27d3c27eba722756a (diff) | |
download | FreeBSD-src-b5e7d8f60c4276d6e645620ec58368bd445f36a2.zip FreeBSD-src-b5e7d8f60c4276d6e645620ec58368bd445f36a2.tar.gz |
mdoc: remove superfluous paragraph macros.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/SDT.9 | 3 |
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 |