aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2025-07-18 20:48:26 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2025-07-18 20:49:22 +0000
commita7ad568962e8b19e6c10e23149bec66506c11d82 (patch)
tree072c7332fbb21602708b7df8b3e1d5c3a7c4e292 /documentation
parentcd231c88ee1822c463383f92eb241fa18d74be39 (diff)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/content/en/books/handbook/dtrace/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/dtrace/_index.adoc b/documentation/content/en/books/handbook/dtrace/_index.adoc
index 844e3b3419..755a21404e 100644
--- a/documentation/content/en/books/handbook/dtrace/_index.adoc
+++ b/documentation/content/en/books/handbook/dtrace/_index.adoc
@@ -97,7 +97,7 @@ The `ctfconvert` utility parses `DWARF` `ELF` debug sections created by the comp
Some different providers exist for FreeBSD than for Solaris(TM).
Most notable is the `dtmalloc` provider, which allows tracing man:malloc[9] by type in the FreeBSD kernel.
-Some of the providers found in Solaris(TM), such as `cpc` and `mib`, are not present in FreeBSD.
+Some of the providers found in Solaris(TM), such as `cpc`, are not present in FreeBSD.
These may appear in future versions of FreeBSD.
Moreover, some of the providers available in both operating systems are not compatible, in the sense that their probes have different argument types.
Thus, `D` scripts written on Solaris(TM) may or may not work unmodified on FreeBSD, and vice versa.