git: a7ad568962 - main - handbook/dtrace: Remove outdated comments about the MIB provider
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Jul 2025 20:49:25 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a7ad568962e8b19e6c10e23149bec66506c11d82
commit a7ad568962e8b19e6c10e23149bec66506c11d82
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-07-18 20:48:26 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-07-18 20:49:22 +0000
handbook/dtrace: Remove outdated comments about the MIB provider
It's been available on FreeBSD for a while now.
---
documentation/content/en/books/handbook/dtrace/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.